Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Remove the laziness from the middleware stack. | José Valim | 2010-05-29 | 1 | -1/+1 |
| | |||||
* | Middleware stack actually runs routes and not the application. | José Valim | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Ensure proper class is shown on rake middleware. | José Valim | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Add Rails::Application pointer to the default app to add symmetry to ↵ | Joshua Peek | 2010-01-24 | 1 | -1/+1 |
| | | | | Foo::Application | ||||
* | Cleanup middleware introspection output | Joshua Peek | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Pull middleware for Rails info from the initializer instead of ActionController | Joshua Peek | 2009-09-26 | 1 | -2/+2 |
| | |||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 1 | -0/+7 |