rails--rails/railties/lib/rails_generator
José Valim bd216924a3 No more application generator. 2009-06-19 16:11:55 +02:00
..
generators/components No more application generator. 2009-06-19 16:11:55 +02:00
scripts Merge with docrails. 2008-07-16 13:01:23 +01:00
base.rb Add "-m/--template" option to Rails generator to apply template to generated application. 2008-12-02 19:39:11 +01:00
commands.rb Ruby 1.9 compat: limit const_defined? 2009-02-27 12:18:18 -08:00
generated_attribute.rb Generate belongs_to association when generating a model 2008-08-23 21:54:43 +03:00
lookup.rb Fix script/generate warning 2008-10-21 01:47:44 +01: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 Remove obsolete wiki reference [#2291 state:resolved] 2009-05-17 15:15:43 +02: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