aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/destroy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-1/+0
* 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