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