Commit Graph

16 Commits

Author SHA1 Message Date
Carl Lerche 8a0f456443 Refactored railties' isolation tests to be able to run script/* scripts. 2009-10-21 15:46:22 -07:00
Yehuda Katz + Carl Lerche 4f6d6f7031 Have all the tests running off a single Gemfile 2009-10-20 16:34:44 -07:00
Jeremy Kemper 4f6d8ceb04 Bundle for railties tests too 2009-10-19 19:22:23 -07:00
Carl Lerche e1fdc8bba3 Remove config.gem in favor of using the bundler. This makes config/boot.rb obsolete.
The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
2009-10-16 18:10:52 -07:00
Carl Lerche c296b33ef1 Make the railties tests pass 2009-10-16 16:31:05 -07:00
Carl Lerche 97296b11e2 Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*. 2009-10-15 14:54:12 -07:00
Carl Lerche bf9819f73d Have Rails.root be based off of config.ru 2009-10-14 16:40:25 -07:00
Jeremy Kemper ed139730ff Uses fileutils 2009-10-09 18:31:30 -07:00
Carl Lerche 992c2db76c Finish porting over the initializers to the app object and fix all the tests 2009-10-08 18:12:28 -07:00
Carl Lerche 6d6ae0841c Start moving the initializers into the application object 2009-10-08 12:31:09 -07:00
Joshua Peek 635aa91224 More robust console test 2009-10-05 09:41:08 -05:00
Carl Lerche 2370e87ae0 Remove all calls to Rails::Initializer from boot.rb
This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
2009-09-30 12:05:34 -07:00
Carl Lerche 6b086449be Fix the broken railties isolation tests 2009-09-29 16:07:29 -07:00
Joshua Peek accd9b4634 Restore "Start Rails::Application object
This reverts commit f14ad41456.
2009-09-25 21:32:28 -05:00
Joshua Peek f14ad41456 Revert "Start Rails::Application object"
This reverts commit 4129449594.
2009-09-25 20:41:40 -05:00
Yehuda Katz + Carl Lerche 4129449594 Start Rails::Application object 2009-09-25 17:42:53 -07:00