rails/railties/lib/rails_generator
2007-12-21 03:39:25 +00:00
..
generators App generate says sqlite3 is the default and mentions frontbase. Closes #10550 [Cheah Chu Yeow, Will Cannings] 2007-12-21 03:39:25 +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 Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +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 Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440. 2006-06-28 20:53:00 +00:00
scripts.rb Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny] 2007-11-20 22:00:32 +00:00
secret_key_generator.rb Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pratik Naik] 2007-12-10 05:54:46 +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