aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/generate.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the old command files.Kasper Timm Hansen2016-09-251-13/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* added description for rails generators, and fixed sentence formation for acti...Rishi Jain2014-11-101-0/+2
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
* Refactor identifying generator's destination rootStefan Sprenger2011-05-271-5/+2
* Introducing engine commandsStefan Sprenger2011-05-261-1/+6
* Streamline generators initialization flow.José Valim2011-05-251-2/+0
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+3
* 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