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/journey
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
..
gtg update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
nfa Fix indentation issuing warning 2012-12-20 20:19:36 -02:00
nodes update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
path Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful exception message. 2013-02-27 08:26:51 +08:00
router update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
visualizer
backwards.rb :nodoc: Journey because is not part of the public API [ci skip] 2012-12-19 19:24:25 -05:00
formatter.rb Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
parser.rb :nodoc: Journey because is not part of the public API [ci skip] 2012-12-19 19:24:25 -05:00
parser.y add missing semicolon to journey parser.y 2013-04-30 13:43:59 -05:00
parser_extras.rb update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
route.rb Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
router.rb Don't remove trailing slash from PATH_INFO for mounted apps 2013-06-21 08:56:19 +02:00
routes.rb Clear named routes when routes.rb is reloaded 2013-07-21 17:11:52 +01:00
scanner.rb update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
visitors.rb store a symbol directly inside DISPATCH_CACHE for extra roflscale 2013-06-30 11:31:36 +10:00