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/action_dispatch
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
..
http refactor param parsing middleware to use request objects 2015-08-07 07:55:19 -07:00
journey Array#any? is slower and not the inverse of Array#empty? 2015-07-30 15:12:37 -04:00
middleware Using strings or symbols for middleware class names is deprecated. 2015-08-07 15:37:31 -07:00
request rm deep_munge. You will live on in our hearts (and git history) 2015-07-21 18:14:18 -07:00
routing the request class is never changed, so just use it directly in the method body 2015-08-07 15:37:31 -07:00
testing do not add common ports to HTTP_HOST 2015-08-06 17:33:32 -07:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb pass a config to the route set 2015-03-05 13:12:06 -08:00
routing.rb Remove assigns and assert_template. 2015-05-30 14:13:57 +08:00