aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/initializer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-0/+1
| | | | application's object root)
* Have config/application.rb contain the application definition and require ↵Carl Lerche2009-10-151-1/+0
| | | | that file instead of config/boot.rb or config/environment.rb in script/*.
* 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
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* 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
| | | This is still very experimental.
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-281-9/+8
| | | | | This is preliminary and not necessarily reflective of the full plan.
* Move middleware and route configuration from AC::Dispatcher to Rails ↵Joshua Peek2009-09-261-1/+1
| | | | application object
* 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