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
Cheah Chu Yeow 6a6b4392c1 Ensure that default_url_options, if defined, are used in named routes.
Signed-off-by: Michael Koziarski <michael@koziarski.com>

[#22 state:resolved]
2008-05-04 12:49:44 +12:00
..
builder.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
optimisations.rb Ensure that default_url_options, if defined, are used in named routes. 2008-05-04 12:49:44 +12:00
recognition_optimisation.rb Performance: optimize route recognition. Large speedup for apps with many resource routes. Closes #10835. 2008-01-19 05:25:20 +00:00
route.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
route_set.rb Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88 state:resolved] 2008-05-01 17:26:31 -05:00
routing_ext.rb Restructure routing into several smaller files. References #10835 [oleganza] 2008-01-17 22:45:54 +00:00
segments.rb Added support for regexp flags like ignoring case in the :requirements part of routes declarations (closes #11421) [NeilW] 2008-03-28 20:01:21 +00:00