Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to add subscribers through Railtie. | José Valim | 2010-01-13 | 1 | -0/+9 |
| | |||||
* | Revert "Add a generator_paths config option" | José Valim | 2010-01-13 | 1 | -6/+0 |
| | | | | This reverts commit 8665c754cb61c947cd55f8886c28188050aed78d. | ||||
* | Add a generator_paths config option | Yehuda Katz | 2010-01-09 | 1 | -0/+6 |
| | |||||
* | Some railties cleanup: | Carl Lerche | 2009-12-31 | 1 | -4/+4 |
| | | | | | | * Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin | ||||
* | Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb | Carl Lerche | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | Revert "Add config.action_controller.include behavior to plugins." | Jeremy Kemper | 2009-12-30 | 1 | -16/+0 |
| | | | | | | | | This reverts commit 7e8b7f46bfc086a36db996420fbee93348c5268e. Conflicts: railties/lib/rails/plugin.rb | ||||
* | Add config.action_controller.include behavior to plugins. | José Valim | 2009-12-27 | 1 | -0/+16 |
| | |||||
* | Blog -> Blog::Application. Leave the toplevel module up for grabs. | Jeremy Kemper | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Add the ability for plugins to set default configuration settings. | Carl Lerche | 2009-12-15 | 1 | -0/+36 |