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
*
Allow custom rails generators to pass in their own binding to Create command ...
Joshua Peek
2008-12-28
1
-1
/
+1
*
Add "-m/--template" option to Rails generator to apply template to generated ...
Jeremy McAnally
2008-12-02
1
-0
/
+1
*
Don't include the path when checking class collisions [#545 state:resolved]
Joshua Peek
2008-10-13
1
-0
/
+1
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-1
/
+16
*
Revert "Fixed generator collisions for nested controller modules."
Joshua Peek
2008-07-11
1
-16
/
+9
*
Ensure Rails::Generator quotes file names while generating diff. [#264 state:...
Carl Porth
2008-07-02
1
-1
/
+1
*
Added better error message for when the class name is already used (and dont ...
David Heinemeier Hansson
2008-05-31
1
-3
/
+5
*
Fixed generator collisions for nested controller modules.
Amol Hatwar
2008-05-13
1
-9
/
+16
*
Update generator tests. Closes #11487 [thechrisoshow]
Jeremy Kemper
2008-04-01
1
-22
/
+22
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-12
/
+1
*
Git support for script/generate. Closes #10690.
Jeremy Kemper
2008-02-02
1
-3
/
+21
*
Resurrect WordNet synonym lookups. Closes #10710.
Jeremy Kemper
2008-01-10
1
-3
/
+3
*
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
Rick Olson
2008-01-02
1
-19
/
+19
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-4
/
+4
*
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