aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+6
* Yank FCGI Handler from coreJoshua Peek2009-10-054-147/+0
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-302-9/+42
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+2
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-282-4/+5
* ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ...Joshua Peek2009-09-261-1/+1
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+5
* Remove config.ru generation from --with-dispatchers optionJoshua Peek2009-09-253-8/+5
* Set const for application object. "Basecamp::Application"Joshua Peek2009-09-251-1/+3
* Generate a config.ru stubJoshua Peek2009-09-252-0/+3
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-24111-0/+9862