Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused route reloading code | schneems | 2012-05-30 | 1 | -2/+0 |
| | | | Since the environment is initialized each time rake is run, routes don't need to be re-loaded. https://github.com/rails/rails/pull/6461#r869953 | ||||
* | 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 |
| | | | | | | | | | | This route: match 'foo/:id' => RackApp, :id => /[A-Z]\d{5}/ is shown as: /foo/:id(.:format) RackApp {:id=>/[A-Z]\d{5}/} | ||||
* | Better formatting of route requirements in rake:routes. | Hendy Tanata | 2011-07-16 | 1 | -1/+9 |
| | | | | | | | | | | Previously it was: {:controller=>"photos", :action=>"show", :id=>/[A-Z]\d{5}/} Now it becomes: photos#show {:id=>/[A-Z]\d{5}/} | ||||
* | 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 |
| | | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com> | ||||
* | 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 ↵ | Andrew White | 2010-08-27 | 1 | -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 White | 2010-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | 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 |
| | | | | state:resolved] | ||||
* | make rake routes print the name of a Rack endpoint app [#5338 state:resolved] | Mark Turner | 2010-08-15 | 1 | -3/+5 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Avoid calls to Rails::Application since this is not the official API. | José Valim | 2010-07-01 | 1 | -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é 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 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Remove references to ActionDispatch::Routing::Routes in favor of ↵ | Carl Lerche | 2010-02-24 | 1 | -2/+2 |
| | | | | Rails.appication.routes. | ||||
* | 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 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | 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 |