Feature #30951
Introduce rackup_path in plugin DSL
Pull request:
Fixed in Releases:
Found in Releases:
Description
Currently there's http_rackup_path and https_rackup_path. In practice all built in modules and most (all?) plugins that I know define the same rackup config for both HTTP and HTTPS. Having a DSL method to do this simplifies code.
Associated revisions
History
#1
Updated by The Foreman Bot 6 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/773 added
#2
Updated by The Foreman Bot 6 months ago
- Fixed in Releases 2.3.0 added
#3
Updated by Ewoud Kohl van Wijngaarden 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 88fbc8e67d665e2c3b19acb53b31ff30acf078b7.
Fixes #30951 - Provide a rackup_path plugin DSL
Currently there's http_rackup_path and https_rackup_path. In practice
all built in modules and most (all?) plugins that I know define the same
rackup config for both HTTP and HTTPS. Having a DSL method to do this
simplifies code.