aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/tasks/routes.rake
Commit message (Collapse)AuthorAgeFilesLines
* Make rake routes gracefully handle routes with no nameSam Ruby2010-08-291-5/+5
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Ensure we are not calling length on nil.José Valim2010-08-281-5/+4
|
* Read the route name directly from the route instead of looking it up in the ↵Andrew White2010-08-271-7/+1
| | | | | | named routes hash Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Remove rails info route from rake routes output [#5452 state:resolved]Andrew White2010-08-251-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Hide internal apps from rake routes [#5443 state:resolved]José Valim2010-08-241-1/+1
|
* Improve routes task code and print the application as :to => RackApp. [#5338 ↵José Valim2010-08-151-12/+24
| | | | state:resolved]
* make rake routes print the name of a Rack endpoint app [#5338 state:resolved]Mark Turner2010-08-151-3/+5
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
| | | | Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
* Add some comments related to Hash method check.José Valim2010-05-161-0/+3
|
* Fix Hash#index deprecated warning in 1.9.x [#4600 state:resolved]Aleksandr Koss2010-05-161-1/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Remove references to ActionDispatch::Routing::Routes in favor of ↵Carl Lerche2010-02-241-2/+2
| | | | Rails.appication.routes.
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
|
* Hide '/rails/info/properties' from 'rake routes' [#3793 state:resolved]Prem Sichanugrist2010-02-021-0/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ensure namespaced controllers in engines work.José Valim2010-01-241-0/+1
|
* Restore `rake routes` [#3402 state:resolved]Joshua Peek2009-10-241-6/+3
|
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+18