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 ``` |
||
---|---|---|
.. | ||
abstract_store_test.rb | ||
cache_store_test.rb | ||
cookie_store_test.rb | ||
mem_cache_store_test.rb | ||
test_session_test.rb |