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
Aaron Patterson 932386be8a recall should be path_parameters, also make it required
"recall" is a terrible name.  This variable contains the parameters that
we got from the path (e.g. for "/posts/1" it has :controller => "posts",
:id => "1").  Since it contains the parameters we got from the path,
"path_parameters" is a better name.  We always pass path_parameters to
`generate`, so lets make it required.
2014-07-17 11:26:59 -07:00
..
gtg push move_string in to move 2014-04-01 15:58:42 -07:00
nfa Replace map.flatten with flat_map in actionpack 2014-03-03 19:23:12 -08:00
nodes use a parser to extract the group parts from the path 2014-05-29 14:57:48 -07:00
path no more is_a checks on instantiation 2014-05-29 15:45:42 -07:00
router Force encoding of US-ASCII to UTF-8 in unescape_uri. 2014-07-10 10:02:11 +01:00
visualizer Fix router visualizer CSS and JS resources 2014-05-23 20:38:34 -03: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 recall should be path_parameters, also make it required 2014-07-17 11:26:59 -07:00
parser.rb make the AST go from left to right, rather than right to left 2014-05-19 17:46:27 -07:00
parser.y make the AST go from left to right, rather than right to left 2014-05-19 17:46:27 -07:00
parser_extras.rb update AD::Journey to follow Rails coding conventions 2012-12-20 15:42:39 -05:00
route.rb push is_a?(Dispatcher) check in to one place 2014-05-24 19:03:12 -07:00
router.rb Replace x.sort_by!.select! with x.select!.sort_by! 2014-06-20 17:16:11 +03: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 reuse path formatter from the non-optimized path. 2014-05-21 14:27:30 -07:00