aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/generate.rb
Commit message (Expand)AuthorAgeFilesLines
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* Still copy application configuration to generator even if they are required e...José Valim2010-06-021-0/+1
* Add missing -h/--help flag to several rails command [#3909 status:resolved]Prem Sichanugrist2010-02-101-2/+2
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+0
* No more hacks to ensure generators are executed inside Rails.root.José Valim2010-01-071-1/+1
* Refactor generators a little bit.José Valim2009-11-081-0/+3
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-031-2/+0
* script/generate should require environmentJoshua Peek2009-10-161-1/+0
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+10