rails--rails/railties/lib/rails/generators
Piotr Sarnacki b50024f2ff Do not load all application's task in generated engine 2010-12-19 15:12:13 +01:00
..
erb Change inside_namespace method to inside_template and use it in all templates by default 2010-11-16 16:38:14 +01:00
rails Do not load all application's task in generated engine 2010-12-19 15:12:13 +01:00
test_unit Fix scaffold generator to be aware of namespace in isolated engine 2010-11-03 20:48:40 +01:00
actions.rb For templates' gem method, :env is deprecated, use :group instead 2010-12-01 16:16:00 +11:00
active_model.rb edit pass to apply API guideline wrt the use of "# =>" in example code 2010-07-30 02:30:04 +02:00
app_base.rb Generate javascripts in engine with --mountable option 2010-12-16 01:49:30 +05:30
base.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
erb.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
generated_attribute.rb Output a friendly message when no type given for GeneratedAttribute [#5461 state:resolved] 2010-09-02 12:59:21 +02:00
migration.rb Skip creating migration if --skip option is passed to model generator [#6144 state:resolved] 2010-12-16 01:49:28 +05:30
named_base.rb Fix indentation and newlines in generated engine 2010-12-16 01:49:29 +05:30
resource_helpers.rb Merge remote branch 'drogus/plugin_new' 2010-11-11 19:39:21 +01:00
test_case.rb Move capture to Kernel. [#5641 state:resolved] 2010-09-18 20:49:36 +02:00
test_unit.rb Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00