aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/applications/app/app_generator.rb
Commit message (Expand)AuthorAgeFilesLines
* Added script/benchmarker to easily benchmark one or more statement a number o...David Heinemeier Hansson2005-04-141-1/+1
* Choose a simpler requiring of picking gems or not for library loadingDavid Heinemeier Hansson2005-03-211-1/+1
* Add prototype.js to new apps in javascripts/ #885David Heinemeier Hansson2005-03-211-0/+3
* Combined the script/environment.rb used for gems and regular files version. I...David Heinemeier Hansson2005-03-201-5/+1
* Added script/runner which can be used to run code inside the environment by e...David Heinemeier Hansson2005-03-201-1/+1
* Added an empty favicon.ico file to the public directory of new applications (...David Heinemeier Hansson2005-03-061-0/+2
* Fixed test/mocks/testing to the correct test/mocks/test #740David Heinemeier Hansson2005-02-271-1/+1
* Drop the _doc nonsense and use the index.html straight onDavid Heinemeier Hansson2005-02-241-2/+0
* Added lighttpd config example and changed apache.log to less discriminating s...David Heinemeier Hansson2005-02-201-1/+1
* Added support for independent components residing in /componentsDavid Heinemeier Hansson2005-02-201-0/+1
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-191-1/+1
* Integrated Action Service with the existing elementsDavid Heinemeier Hansson2005-02-181-0/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-2/+4
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-4/+2
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-2/+4
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-071-0/+118