aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/commands.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip directories when checking for identical source and destination files.Marcel Molina2005-10-081-0/+1
* Evaluate dynamic templates before checking if the new file is identical to th...Marcel Molina2005-10-081-5/+13
* Make the generator skip a file if it already exists and is identical to the n...Marcel Molina2005-10-081-3/+10
* Fixed missing dsDavid Heinemeier Hansson2005-09-111-2/+2
* Added -c/--svn option to the generator that'll add new files and remove destr...David Heinemeier Hansson2005-09-091-3/+39
* Fix module support for controller generators #668 [Ulysses]David Heinemeier Hansson2005-02-191-1/+1
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-071-0/+409