mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
12f08acbac
Using the string version of the class reference is now deprecated when referencing middleware. This should be written as a class not as a string. Deprecation warning that this change fixes: ``` DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "ActionDispatch::ShowExceptions" => ActionDispatch::ShowExceptions ``` |
||
---|---|---|
.. | ||
bootstrap.rb | ||
configuration.rb | ||
default_middleware_stack.rb | ||
finisher.rb | ||
routes_reloader.rb |