aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-302-9/+42
| | | | This is starting a refactor of the rails initialization process. The boot.rb file will not remain the same.
* Change Rails::Application to a class that is inherited from.Carl Lerche2009-09-291-5/+2
| | | This is still very experimental.
* Create the application object from config/environment.rbYehuda Katz + Carl Lerche2009-09-282-4/+5
| | | | | This is preliminary and not necessarily reflective of the full plan.
* ruby 1.9: Qualify toplevel File reference since config.ru could be eval'd in ↵Joshua Peek2009-09-261-1/+1
| | | | a different scope
* 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