aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2009-07-251-1/+1
* Allow symbols on routes declaration (:controller and :action values) [#2828 s...Jesús García Sáez2009-07-021-0/+1
* Accept Symbol for contoller name [#2855 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Implement FooController.action(:name)Yehuda Katz2009-05-021-1/+1
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-1/+1
* Fix formatted_* deprecation messageJeremy Kemper2008-12-301-2/+2
* Make router and controller classes better rack citizensJoshua Peek2008-12-281-0/+6
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-30/+31
* Extract named_helper module_eval so it's easier to overrideJeremy Kemper2008-11-291-2/+6
* Added support for multiple routes files and made draw not clear the map so th...David Heinemeier Hansson2008-11-261-12/+42
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-1/+9
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-0/+2
* Make optimized named routes respect all reserved options and tie it into UrlR...Gabe da Silveira2008-11-181-0/+1
* Ensure routing optimizations are cleared when new routes are added [#981 stat...Matt Jones2008-09-071-2/+2
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-3/+3
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-1/+2
* Routing whitespace cleanupJoshua Peek2008-07-281-2/+2
* Made the location of the routes file configurable with config.routes_configur...David Heinemeier Hansson2008-05-011-6/+6
* Make it simpler to make the root route an alias for another route. Closes #...Michael Koziarski2008-01-261-0/+5
* Performance: optimize route recognition. Large speedup for apps with many res...Jeremy Kemper2008-01-191-13/+4
* Restructure routing into several smaller files. References #10835 [oleganza]Michael Koziarski2008-01-171-0/+439