| Commit message (Expand) | Author | Age | Files | Lines |
* | I suck, forgot to also change rake's task description | Piotr Sarnacki | 2011-11-25 | 1 | -1/+1 |
* | Allow to display engine's routes when running `rake routes ENGINES=true` | Piotr Sarnacki | 2011-11-24 | 1 | -1/+1 |
* | move route inspecting to an object so that we can more easily test it | Aaron Patterson | 2011-09-09 | 1 | -31/+3 |
* | Improve formatting of route to Rack application in rake routes. | Hendy Tanata | 2011-07-17 | 1 | -3/+3 |
* | Better formatting of route requirements in rake:routes. | Hendy Tanata | 2011-07-16 | 1 | -1/+9 |
* | Display custom asset routes in `rake routes` | Peter Suschlik | 2011-05-05 | 1 | -1/+1 |
* | Dont show the assets mount in rake routes | David Heinemeier Hansson | 2011-05-04 | 1 | -1/+2 |
* | Make rake routes gracefully handle routes with no name | Sam Ruby | 2010-08-29 | 1 | -5/+5 |
* | Ensure we are not calling length on nil. | José Valim | 2010-08-28 | 1 | -5/+4 |
* | Read the route name directly from the route instead of looking it up in the n... | Andrew White | 2010-08-27 | 1 | -7/+1 |
* | Remove rails info route from rake routes output [#5452 state:resolved] | Andrew White | 2010-08-25 | 1 | -1/+1 |
* | Hide internal apps from rake routes [#5443 state:resolved] | José Valim | 2010-08-24 | 1 | -1/+1 |
* | Improve routes task code and print the application as :to => RackApp. [#5338 ... | José Valim | 2010-08-15 | 1 | -12/+24 |
* | make rake routes print the name of a Rack endpoint app [#5338 state:resolved] | Mark Turner | 2010-08-15 | 1 | -3/+5 |
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -1/+1 |
* | Add some comments related to Hash method check. | José Valim | 2010-05-16 | 1 | -0/+3 |
* | Fix Hash#index deprecated warning in 1.9.x [#4600 state:resolved] | Aleksandr Koss | 2010-05-16 | 1 | -1/+2 |
* | Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica... | Carl Lerche | 2010-02-24 | 1 | -2/+2 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -2/+2 |
* | Hide '/rails/info/properties' from 'rake routes' [#3793 state:resolved] | Prem Sichanugrist | 2010-02-02 | 1 | -0/+1 |
* | Ensure namespaced controllers in engines work. | José Valim | 2010-01-24 | 1 | -0/+1 |
* | Restore `rake routes` [#3402 state:resolved] | Joshua Peek | 2009-10-24 | 1 | -6/+3 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+18 |