aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/core.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove self-requireJeremy Kemper2009-12-301-2/+1
* Don't require initializer.rb in core.rbCarl Lerche2009-12-281-1/+0
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-0/+34
* 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 c...Joshua Peek2009-10-161-0/+4
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* 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
* Initializer.run returns an application objectJoshua Peek2009-09-251-0/+8
* Separate Rails module methods, the config object, and the initializer into se...Yehuda Katz + Carl Lerche2009-06-231-0/+97