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
Andrew White e5275f9b59 Clear named routes when routes.rb is reloaded
Fix an issue where Journey was failing to clear the named routes hash when the
routes were reloaded and since it doesn't overwrite existing routes then if a
route changed but wasn't renamed it kept the old definition. This was being
masked by the optimised url helpers so it only became apparent when passing an
options hash to the url helper.
2013-07-21 17:11:52 +01:00
..
http Use helper method to get ENV['CONTENT_LENGTH'] 2013-07-08 00:11:57 +03:00
journey Clear named routes when routes.rb is reloaded 2013-07-21 17:11:52 +01:00
middleware Use Request#raw_post instead Request#body 2013-07-08 01:48:35 +03:00
request Extract ActionDispatch::Request#deep_munge 2013-05-30 21:26:37 +03:00
routing Refactor to reduce number of loops 2013-07-17 10:46:20 +01:00
testing remove useless env.merge!(env) from ActionDispatch::IntegrationTest` 2013-07-04 12:11:53 +02:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Don't set X-UA-Compatible header by default 2013-06-13 14:56:02 -05:00
routing.rb Dry-up ActionDispatch::Routing autoloads 2013-06-04 12:12:52 +03:00