rails--rails/railties/lib/rails/generators
Xavier Noria b7a094536d uses PATCH for the forms of persisted records, and routes PATCH and PUT to the update action of resources 2012-02-24 16:25:41 -08:00
..
css Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
erb Use content_tag_for with array by default on scaffold. 2012-01-26 08:07:38 +01: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 uses PATCH for the forms of persisted records, and routes PATCH and PUT to the update action of resources 2012-02-24 16:25:41 -08:00
test_unit require minitest rather than test/unit 2012-01-06 15:50:47 -08:00
actions.rb Fixes #4764 - remove generated new line in routes.rb on scaffold generation 2012-01-31 00:13:10 +05:30
active_model.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
app_base.rb Remove ruby_debugger_gemfile_entry from app_base, we can just put ruby-debug19 commented directly in Gemfile 2012-02-01 00:14:42 -05:00
base.rb Add convenience method to hide a generator from the available ones 2012-02-03 10:18:58 -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 Fix failing test from [7619bcf2] 2012-01-30 16:55:17 -05: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 Tidy up migration types. 2011-12-24 10:38:19 +01:00
resource_helpers.rb added tests, replaced classify with constantize - using classify here cuts the last 's' in ORM name 2011-11-26 19:57:51 +01:00
test_case.rb Tidy up migration types. 2011-12-24 10:38:19 +01: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