Commit Graph

16 Commits

Author SHA1 Message Date
Carlhuda c4d6d50a46 Rackup config.ru from the correct directory 2009-12-23 19:10:44 -08:00
Carlhuda dc677f7665 tests pass with requiring the frameworks in rails.rb 2009-12-23 15:16:38 -08:00
Carl Lerche 25b8e996bd Fix the rackup test to correctly use Rack::Builder.parse_file 2009-11-25 14:45:12 -08:00
Carlhuda 530b8ff5ae Have script/* and Rakefile use the application object 2009-11-24 14:36:30 -08:00
Joshua Peek c1261b5484 Use Rails.application where we want a valid rack app 2009-10-16 19:04:28 -05:00
Carl Lerche 6d6ae0841c Start moving the initializers into the application object 2009-10-08 12:31:09 -07:00
Joshua Peek 444ba150bd Put test in place for deprecated dispatcher 2009-10-05 09:42:35 -05:00
Carl Lerche c9d4529c9d Change Rails::Application to a class that is inherited from.
This is still very experimental.
2009-09-29 17:33:17 -07:00
Carl Lerche 6b086449be Fix the broken railties isolation tests 2009-09-29 16:07:29 -07:00
Yehuda Katz + Carl Lerche 6f6a589d4b Create the application object from config/environment.rb
This is preliminary and not necessarily reflective of the
  full plan.
2009-09-28 18:00:26 -07:00
Joshua Peek dbb32115ef Enable static asset server by default 2009-09-26 11:24:56 -05:00
Joshua Peek 5fba5409f7 Fix railties tests 2009-09-25 22:54:41 -05:00
Joshua Peek dfbd3b9409 Extract "parse_config" into AD 2009-09-25 21:40:55 -05: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