aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Rackup file should require environmentJoshua Peek2009-10-161-1/+1
* Get apps generated with working again.Carl Lerche2009-10-161-50/+43
* Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ...Joshua Peek2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-163-6/+3
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-1516-61/+66
* Add Gemfile to the rails application generatorYehuda Katz + Carl Lerche2009-10-142-0/+11
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+6
* Don't need h in there now that XSS protection is on by defaultMichael Koziarski2009-10-082-2/+2
* 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-24162-0/+11532