Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |