rails--rails/railties/lib/rails/generators
Santiago Pastorino a06a84bf77 Merge pull request #4345 from sunaku/patch-1
gemspec assumes that user kept all generated files
2012-05-01 18:45:36 -07:00
..
css Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
erb Close #3886 - Add THEAD and TBODY to scaffold markup 2012-04-29 12:48:20 -07:00
js/assets Move Coffee generators and templates to Coffee Railtie and create javascript_engine ("js") for apps that remove Coffee gem 2011-06-29 21:16:09 -03:00
rails Merge pull request #4345 from sunaku/patch-1 2012-05-01 18:45:36 -07:00
test_unit Remove unused generator options. This was added for the removed rails new --http 2012-04-18 17:56:08 -03:00
actions.rb minor fixes [ci skip] 2012-04-05 22:21:27 +05:30
active_model.rb consistently mention first patch, then put 2012-02-24 16:35:48 -08:00
app_base.rb Use :github option in Gemfile and make hashes consistent 2012-05-01 15:24:50 -07:00
base.rb added example, removed blank lines 2012-04-04 11:31:09 +02: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 Refactor GeneratedAttributes 2012-04-22 21:53:18 -03: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 Don't indent blank lines in named base generators 2012-04-25 12:01:33 +04:00
resource_helpers.rb Updated/changed useless tr/gsubs 2012-04-03 15:16:09 +02:00
test_case.rb Fix misprints in assert_file & assert_instance_method docs 2012-04-26 18:32:01 +04: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