Actions
Refactor #16567
closedUse constants to register Rails middleware rather than strings
Description
Middleware is currently registered in config/application.rb using a string referring to the class name, but this is deprecated in Rails 5.0:
2016-09-15T14:29:33 [app] [W] DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change | them to actual class references. For example: | | "Middleware::CatchJsonParseErrors" => Middleware::CatchJsonParseErrors | | (called from <top (required)> at /home/dcleal/code/foreman/foreman/config/environment.rb:5)
It will probably be removed in Rails 5.1.
Updated by The Foreman Bot over 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3849 added
Updated by Dominic Cleal over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e834c3d482fe2bd366c4c5a0128ba4d766754129.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 189
Actions