aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/core.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.