index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails_generator
/
commands.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed incorrect migration number if script/generate executed outside of Rails...
David Heinemeier Hansson
2007-10-18
1
-1
/
+1
*
Added better documentation for generator overwrite options (closes #9842) [wi...
David Heinemeier Hansson
2007-10-11
1
-7
/
+17
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
1
-1
/
+1
*
Generator: use destination path for diff tempfiles. Closes #7015.
Jeremy Kemper
2007-01-13
1
-1
/
+1
*
Fix scaffold_resource generator so it respects the --pretend argument when cr...
Rick Olson
2006-12-26
1
-2
/
+4
*
Generator can show diff on file collision to help you decide whether to skip ...
Jeremy Kemper
2006-11-02
1
-18
/
+36
*
Generated directories are recursively svn added, like mkdir -p. Closes #6416.
Jeremy Kemper
2006-11-02
1
-6
/
+20
*
resource and scaffold_resource generators add a restful route to config/route...
Jeremy Kemper
2006-11-01
1
-0
/
+28
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-1
/
+1
*
Don't raise when the migration file is missing or it'll stop destroy model in
Scott Barron
2006-03-26
1
-1
/
+5
*
Fix for destroying migrations made when generating a model (closes #4246) [to...
David Heinemeier Hansson
2006-03-19
1
-2
/
+5
*
Added collision option to template generation in generators (closes #3329) [a...
David Heinemeier Hansson
2006-02-26
1
-2
/
+4
*
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
1
-2
/
+3
*
Make migration generator only report on exact duplicate names, not partial du...
Marcel Molina
2006-01-13
1
-1
/
+1
*
Fix shebang handling for empty files. References #2927.
Jeremy Kemper
2005-12-09
1
-4
/
+3
*
Generator copies files in binary mode. References #3156.
Jeremy Kemper
2005-12-09
1
-2
/
+2
*
Allows generator to specify migrations directory. References #2960.
Jeremy Kemper
2005-11-20
1
-2
/
+9
*
Introducing the session_migration generator. Creates an add_session_table mi...
Jeremy Kemper
2005-11-20
1
-3
/
+45
*
Eliminate nil from newly generated logfiles. References #2927.
Jeremy Kemper
2005-11-18
1
-1
/
+1
*
Backing out of #2496. Comparing md5 checksums is in no way faster than doing ...
Marcel Molina
2005-10-08
1
-2
/
+1
*
Compare md5 checksums of files rather than files themselves, as it's far fast...
Marcel Molina
2005-10-08
1
-1
/
+2
*
Skip directories when checking for identical source and destination files.
Marcel Molina
2005-10-08
1
-0
/
+1
*
Evaluate dynamic templates before checking if the new file is identical to th...
Marcel Molina
2005-10-08
1
-5
/
+13
*
Make the generator skip a file if it already exists and is identical to the n...
Marcel Molina
2005-10-08
1
-3
/
+10
*
Fixed missing ds
David Heinemeier Hansson
2005-09-11
1
-2
/
+2
*
Added -c/--svn option to the generator that'll add new files and remove destr...
David Heinemeier Hansson
2005-09-09
1
-3
/
+39
*
Fix module support for controller generators #668 [Ulysses]
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
1
-0
/
+409