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