Commit Graph

7 Commits

Author SHA1 Message Date
Yehuda Katz + Carl Lerche da62a7c536 Duplicate AS code no longer needed 2009-10-27 17:01:33 -07:00
Joshua Peek d859402696 Use Rails.initialize! where we just want to run the initializers and aren't concerned about the config 2009-10-16 18:58:35 -05:00
Carl Lerche 2110a524a4 Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application's object root) 2009-10-16 12:51:02 -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
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 968c994c3b Initializer.run returns an application object 2009-09-25 22:28:09 -05:00
Yehuda Katz + Carl Lerche 3aad4d7fbe Separate Rails module methods, the config object, and the initializer into separate files. 2009-06-23 16:10:43 -07:00