aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/all.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove activejob integration testsAbdelkader Boudih2014-08-121-0/+1
|
* Add loading 'action_view' as part of rails/allŁukasz Strzałkowski2013-08-251-0/+1
|
* Moved the check for the rails test environment into rails/test_unit so that youwangjohn2013-04-231-4/+0
| | | | can select frameworks separately when running rake test.
* only match the default taskAaron Patterson2013-04-031-1/+1
|
* default task should also be in the test envAaron Patterson2013-04-031-1/+1
|
* default RAILS_ENV to test if we're in a test taskAaron Patterson2013-03-251-0/+4
|
* Now the Sprockets railtie lives in sprockets/railtieRafael Mendonça França2012-10-181-1/+1
|
* The sprockets railtie was moved to sprockets/rails/railtieGuillermo Iguaran2012-03-131-1/+1
|
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-1/+0
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* [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