rails/railties/lib/rails_generator
2007-02-21 23:13:32 +00:00
..
generators Missed commit for [6184]. Generate a random secret for new app's cookie session store. 2007-02-21 23:13:32 +00:00
scripts Add/Update usage documentation for script/destroy, resource generator and scaffold_resource generator. Closes #7092, #7271, #7267. [bscofield] 2007-01-23 05:01:05 +00:00
base.rb Documentation for generators (closes #6671) [topfunky] 2006-12-03 16:53:16 +00:00
commands.rb Apply the rest of Chads patch 2007-02-21 00:29:44 +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 Plugins may be symlinked in vendor/plugins. Closes #4245. 2007-02-01 20:12:36 +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 ./script/generate usage. Closes #5721. 2006-08-05 01:34:01 +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 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