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_controller/routing
Jeffrey Hardy 05b529ca57 UrlRewriter#rewrite_url should call #to_param on the value given in :anchor option, just as #url_for does
[#2746 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-08-26 14:11:26 -07:00
..
generation UrlRewriter#rewrite_url should call #to_param on the value given in :anchor option, just as #url_for does 2009-08-26 14:11:26 -07:00
builder.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
optimisations.rb Added optimal formatted routes to rails, deprecating the formatted_* methods, and reducing routes creation by 50% [#1359 state:committed] 2008-11-26 10:52:05 +01:00
recognition_optimisation.rb Remove unused variable [#1451 state:resolved] [Raphaël Valyi] 2009-03-07 15:53:40 +00:00
resources.rb Normalize route generation order: associations, yield block, then own routes. 2009-08-15 15:56:52 -07:00
route.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
route_set.rb Cleanup route reloading in tests. Prefer with_routing over using ActionController::Routing::Routes directly 2009-08-16 21:14:26 -05:00
routing_ext.rb moves reopening of core classes to add generic stuff from Action Pack to AS/core_ext and adds tests 2009-06-13 15:01:14 -07:00
segments.rb Add % to RESERVED_PCHAR [#2574 state:resolved] 2009-05-27 14:53:05 -05:00