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