| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -7/+0 |
* | Beef up Rails::Railtie::Configuration docs | Gabriel Horner | 2011-03-19 | 1 | -0/+8 |
* | Railties typos. | R.T. Lechow | 2011-03-05 | 1 | -1/+1 |
* | Remove require AS::Concern from places where is already in | Santiago Pastorino | 2010-12-19 | 1 | -2/+0 |
* | Fix indentation | Santiago Pastorino | 2010-12-19 | 1 | -3/+3 |
* | Use Concern in Rails::Railtie::Configurable | Santiago Pastorino | 2010-12-19 | 1 | -3/+3 |
* | Be more explicit about what is deprecated. | José Valim | 2010-10-02 | 1 | -1/+1 |
* | Deprecate generators in Railties. You should use app_generators instead. | José Valim | 2010-10-02 | 1 | -26/+6 |
* | Added config.app_generators to allow configuring application's generators fro... | Piotr Sarnacki | 2010-09-30 | 1 | -3/+16 |
* | Get rid of static_paths method and instead configure paths for ActionDispatch... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+8 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -7/+19 |
* | Engine can now serve files with ActionDispatch::Static | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Move AD::Cascade to the bottom of the middleware stack. | José Valim | 2010-05-16 | 1 | -32/+1 |
* | Expose remaining hooks to minimize the need for a Railtie based on feedback f... | José Valim | 2010-05-16 | 1 | -0/+12 |
* | Reorganized initializers a bit to enable better hooks for common cases withou... | wycats | 2010-05-15 | 1 | -6/+42 |
* | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 1 | -69/+8 |
* | Move middlewares to the Application level. If you want to modify the middlewa... | Carlhuda | 2010-03-08 | 1 | -4/+0 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -2/+32 |
* | Move session and session_store onto ActionDispatch and add deprecation warnings | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | No need for a module if it's only being included once into an empty class. | Carl Lerche | 2010-03-04 | 1 | -1/+91 |
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 2 | -1/+10 |
* | Create configurable modules and ensure that they are added only on direct chi... | José Valim | 2010-01-23 | 1 | -0/+23 |