1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails_generator
Andrew Timberlake 1d88a111b5 Ensure TemplateRunner#ask? works with the rake task to apply a template [#1655 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-09 14:58:12 +00:00
..
generators Ensure TemplateRunner#ask? works with the rake task to apply a template [#1655 state:resolved] 2009-03-09 14:58:12 +00: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
options.rb Git support for script/generate. Closes #10690. 2008-02-02 02:55:14 +00:00
scripts.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
secret_key_generator.rb Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ActiveSupport::TestCase for its tests. 2008-11-24 22:39:11 -08:00
simple_logger.rb
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