aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/all.rb
Commit message (Collapse)AuthorAgeFilesLines
* [IMPORTANT] Make "sprockets/railtie" require explicit.José Valim2011-06-291-0/+1
| | | | | | | | | | This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵Jeremy Kemper2010-02-041-4/+1
| | | | uses AS.
* Test::Unit Railtie Carlhuda2010-01-281-0/+1
|
* Moved more configuration away from bootstrap.José Valim2010-01-221-0/+1
|
* Some railties cleanup:Carl Lerche2009-12-311-1/+1
| | | | | | * 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-311-0/+15