aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/core.rb
Commit message (Collapse)AuthorAgeFilesLines
* Duplicate AS code no longer neededYehuda Katz + Carl Lerche2009-10-271-32/+0
|
* Use Rails.initialize! where we just want to run the initializers and aren't ↵Joshua Peek2009-10-161-0/+4
| | | | concerned about the config
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-2/+2
| | | | application's object root)
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-5/+1
|
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-8/+8
| | | | | This is preliminary and not necessarily reflective of the full plan.
* Initializer.run returns an application objectJoshua Peek2009-09-251-0/+8
|
* Separate Rails module methods, the config object, and the initializer into ↵Yehuda Katz + Carl Lerche2009-06-231-0/+97
separate files.