1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Aaron Patterson 83b767cef9 Using strings or symbols for middleware class names is deprecated.
Convert things like this:

  middleware.use "Foo::Bar"

to this:

  middleware.use Foo::Bar
2015-08-07 15:37:31 -07:00
..
abstract_controller Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
action_controller Using strings or symbols for middleware class names is deprecated. 2015-08-07 15:37:31 -07:00
action_dispatch Using strings or symbols for middleware class names is deprecated. 2015-08-07 15:37:31 -07:00
action_pack
abstract_controller.rb
action_controller.rb Return 204 if render is not called in API controllers 2015-06-11 16:54:17 -03:00
action_dispatch.rb Soften the lock requirements when eager_load is disabled 2015-07-09 02:23:23 +09:30
action_pack.rb Update copyright notices to 2015 [ci skip] 2014-12-31 08:34:14 +01:00