rails/actionpack/lib/action_dispatch
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
..
http use a strategy object for generating urls in named helpers 2014-07-17 10:47:58 -07:00
journey recall should be path_parameters, also make it required 2014-07-17 11:26:59 -07:00
middleware Stash original path in ShowExceptions middleware 2014-07-14 11:55:44 +01:00
request Log which keys were set to nil in deep_munge 2014-01-28 20:29:38 +01:00
routing pass the route name to define_url_helper 2014-07-17 11:21:17 -07:00
testing routed applications will respond to these methods 2014-07-15 18:20:45 -07:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb Add configuration option to optionally disable deep_munge 2013-12-05 12:08:34 +01:00
routing.rb Add missing requires for require 'action_dispatch/routing' 2014-05-15 06:03:23 +01:00