aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+10
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-10/+4
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
* Remove the generated gemfile in railties tests since the rails gemfile is used.Carl Lerche2010-02-021-0/+4
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-19/+7
* Add tests for explicit engines.José Valim2010-01-261-0/+21
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-0/+8
* Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-211-1/+1
* test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-211-0/+7
* Fix bundler environment checkJeremy Kemper2009-11-141-1/+1
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-0/+28
* Fix railties isolated tests if bundler environment doesn't existJoshua Peek2009-11-091-2/+6
* Refactored railties' isolation tests to be able to run script/* scripts.Carl Lerche2009-10-211-4/+13
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-11/+8
* Bundle for railties tests tooJeremy Kemper2009-10-191-12/+20
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-10/+13
* Make the railties tests passCarl Lerche2009-10-161-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-2/+2
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-2/+8
* Uses fileutilsJeremy Kemper2009-10-091-0/+2
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+4
* Start moving the initializers into the application objectCarl Lerche2009-10-081-1/+2
* More robust console testJoshua Peek2009-10-051-0/+4
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-12/+8
* Fix the broken railties isolation testsCarl Lerche2009-09-291-5/+33
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+107
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-107/+0
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+107