aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/commands.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix shebang handling for empty files. References #2927.Jeremy Kemper2005-12-091-4/+3
* Generator copies files in binary mode. References #3156.Jeremy Kemper2005-12-091-2/+2
* Allows generator to specify migrations directory. References #2960.Jeremy Kemper2005-11-201-2/+9
* Introducing the session_migration generator. Creates an add_session_table mi...Jeremy Kemper2005-11-201-3/+45
* Eliminate nil from newly generated logfiles. References #2927.Jeremy Kemper2005-11-181-1/+1
* Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...Marcel Molina2005-10-081-2/+1
* Compare md5 checksums of files rather than files themselves, as it's far fast...Marcel Molina2005-10-081-1/+2
* 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