aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/initializer.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-0/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-1/+0
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-295/+1
* Even more initializers ported overCarl Lerche2009-10-081-134/+1
* Ported over more initializersCarl Lerche2009-10-081-42/+0
* Move the ensure_tmp_directories_exist initializer to the application objectCarl Lerche2009-10-081-7/+0
* Moving more initializers into the application objectCarl Lerche2009-10-081-46/+1
* Start moving the initializers into the application objectCarl Lerche2009-10-081-38/+4
* Coerce all out going body parts to StringsJoshua Peek2009-10-051-0/+1
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-20/+3
* Remove a duplicate initializerCarl Lerche2009-09-291-12/+0
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-14/+11
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-9/+8
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-261-1/+1
* Create separate middleware stack for initializerJoshua Peek2009-09-261-0/+1
* Move default middleware stack into initializerJoshua Peek2009-09-261-1/+13
* Move Rails::Static into ActionDispatchJoshua Peek2009-09-261-1/+1
* Enable static asset server by defaultJoshua Peek2009-09-261-0/+7
* Move tmp directory creation from server to initializerJoshua Peek2009-09-261-0/+7
* Fix railties testsJoshua Peek2009-09-251-2/+4
* Initializer.run returns an application objectJoshua Peek2009-09-251-0/+8
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+578