aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Collapse)AuthorAgeFilesLines
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ↵Carl Lerche2009-10-161-10/+13
| | | | | | obsolete. The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
* Make the railties tests passCarl Lerche2009-10-161-1/+1
|
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-2/+2
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* 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
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* Fix the broken railties isolation testsCarl Lerche2009-09-291-5/+33
|
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+107
| | | This reverts commit f14ad4145622f45e9bf7433b5fdef4ce427efe4b.
* Revert "Start Rails::Application object"Joshua Peek2009-09-251-107/+0
| | | | This reverts commit 4129449594ad3d8ff2f8fb4836104f25406a104f.
* Start Rails::Application objectYehuda Katz + Carl Lerche2009-09-251-0/+107