Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated router API from railties | Piotr Sarnacki | 2010-09-05 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | I18n.reload! is only called if any of the locale files actually changed. | José Valim | 2010-06-20 | 1 | -19/+114 |
| | |||||
* | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 1 | -0/+55 |
initializers to application folder. |