rails/railties/lib/rails_generator
2008-03-08 12:55:57 +00:00
..
generators Update scaffold to use labels instead of bold tags. Closes #10757 [zach-inglis-lt3] 2008-01-12 01:05:36 +00:00
scripts We changed name to scaffold 2007-05-18 14:37:44 +00:00
base.rb Table names aren't nested: replace / with _ to match the likely table name. 2007-11-16 23:01:24 +00:00
commands.rb Git support for script/generate. Closes #10690. 2008-02-02 02:55:14 +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 Ruby 1.9 compat: use .to_a instead of .map which now returns an enumerator 2007-12-19 04:21:12 +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 Git support for script/generate. Closes #10690. 2008-02-02 02:55:14 +00:00
scripts.rb Update URL in script/generate usage. Closes #11220 [neshmi] 2008-03-08 12:55:57 +00:00
secret_key_generator.rb Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940 [FooBarWidget] 2008-02-09 22:18:38 +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