rails/railties/lib/rails_generator
2007-10-18 15:54:01 +00:00
..
generators Generated fixtures use the actual primary key instead of id. Closes #4343. 2007-10-15 04:33:45 +00:00
scripts We changed name to scaffold 2007-05-18 14:37:44 +00:00
base.rb Docfix (cloases #9832) 2007-10-18 15:49:11 +00:00
commands.rb Fixed incorrect migration number if script/generate executed outside of Rails root (closes #7080) [jeremymcanally] 2007-10-18 15:54:01 +00:00
generated_attribute.rb Added script/generate resource which works just like scaffold_resource, but creates empty placeholders instead of predefined [DHH] Added generated attribute options to script/generate model, like the one found in scaffold_resource and resource [DHH] 2006-10-09 00:08:13 +00:00
lookup.rb Doc fix (closes #9203) [lazyatom] 2007-09-22 17:43:31 +00:00
manifest.rb Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00
options.rb Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. 2006-06-28 20:53:00 +00:00
scripts.rb Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. Closes #8730. 2007-06-27 09:25:25 +00:00
simple_logger.rb Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat] 2005-02-07 13:14:05 +00:00
spec.rb Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. Closes #8730. 2007-06-27 09:25:25 +00:00