aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Ensure namespaced controllers in engines work.José Valim2010-01-241-1/+31
|
* Add I18n tests to engines.José Valim2010-01-241-0/+38
|
* Load deprecated tasks for plugins.José Valim2010-01-241-0/+34
|
* Solve some pendencies.José Valim2010-01-241-3/+3
|
* Allow railties to specify generators paths.José Valim2010-01-191-0/+16
|
* Allow to add subscribers through Railtie.José Valim2010-01-131-0/+9
|
* Revert "Add a generator_paths config option"José Valim2010-01-131-6/+0
| | | | This reverts commit 8665c754cb61c947cd55f8886c28188050aed78d.
* Add a generator_paths config optionYehuda Katz2010-01-091-0/+6
|
* config.plugins should still work with an array of stringsJoshua Peek2010-01-051-1/+7
|
* Some railties cleanup:Carl Lerche2009-12-312-5/+7
| | | | | | * 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.rbCarl Lerche2009-12-312-2/+2
|
* Revert "Add config.action_controller.include behavior to plugins."Jeremy Kemper2009-12-301-16/+0
| | | | | | | | This reverts commit 7e8b7f46bfc086a36db996420fbee93348c5268e. Conflicts: railties/lib/rails/plugin.rb
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-0/+5
|
* Add the ability to have plugins load rake tasks.Carl Lerche2009-12-281-0/+27
|
* Add config.action_controller.include behavior to plugins.José Valim2009-12-271-0/+16
|
* Moving out some framework specific initializers into the framework libraries.Carlhuda2009-12-231-0/+18
|
* Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-211-2/+2
|
* Add the ability for plugins to set default configuration settings.Carl Lerche2009-12-151-0/+36
|
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-7/+183
|
* Refactored railties' isolation tests to be able to run script/* scripts.Carl Lerche2009-10-211-0/+19