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
Godfrey Chan aa6637d140 Pass the route name explicitly
Follow up to 212057b9. Since that commit, we need to pass the `route_name`
explicitly. This is one of the left-over cases that was not handled in that
commit, which was causing `use_route` to be ignored in functional tests.
2014-11-10 00:31:49 -08:00
..
abstract_controller give a better error message for misspelled helpers 2014-10-25 14:06:33 +02:00
action_controller Pass the route name explicitly 2014-11-10 00:31:49 -08:00
action_dispatch Remove session to allow with_routing to be called twice. 2014-11-05 23:38:02 +08:00
action_pack Prepare for 4.2.0.beta4 release 2014-10-30 14:12:24 -07:00
abstract_controller.rb
action_controller.rb Responder was removed at ee77770d57 2014-09-30 17:21:48 +09:00
action_dispatch.rb
action_pack.rb