rails/actionpack/lib/action_dispatch/journey
Guo Xiang Tan 89edfbd3a4 Partition routes during setup.
Partitioning of all the routes is currently being done during the
first request. Since there is no need to clear the cache for
`partitioned_routes` when adding a new route. We can move the
partitioning of the routes during setup time.
2015-02-26 12:18:20 +08:00
..
gtg Remove some comments about Ruby 1.9 behaviors 2015-01-04 15:55:28 -03:00
nfa remove unused #generalized_table 2014-12-05 16:09:03 +03:00
nodes use a parser to extract the group parts from the path 2014-05-29 14:57:48 -07:00
path Merge pull request #17827 from rkh/rkh-fix-or-pattern 2014-12-01 07:55:29 -08:00
router Force encoding of US-ASCII to UTF-8 in unescape_uri. 2014-07-10 10:02:11 +01:00
visualizer CSS fix for the router visualizer 2014-11-25 18:46:01 +01:00
backwards.rb :nodoc: Journey because is not part of the public API [ci skip] 2012-12-19 19:24:25 -05:00
formatter.rb Remove deprecated option use_route in controller tests 2015-01-04 11:58:41 -03:00
parser_extras.rb update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
parser.rb Using no_result_var in Journey's parser generator 2014-08-03 15:23:56 -07:00
parser.y Using no_result_var in Journey's parser generator 2014-08-03 15:23:56 -07:00
route.rb remove unused #optional_parts 2014-12-05 16:21:17 +03:00
router.rb Partition routes during setup. 2015-02-26 12:18:20 +08:00
routes.rb Partition routes during setup. 2015-02-26 12:18:20 +08:00
scanner.rb Use #tr instead of #gsub 2014-10-14 22:32:23 +02:00
visitors.rb reuse path formatter from the non-optimized path. 2014-05-21 14:27:30 -07:00