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/generators
2011-12-29 13:33:01 +02:00
..
css Move SCSS generators and default templates from Rails to the Sass Railtie (d435726312601edb3ba6f97b34f562221f72c1f8). 2011-05-24 16:04:28 -07:00
erb for ... in => .each 2011-05-18 21:08:08 +09: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 Tidy up migration types. 2011-12-24 10:38:19 +01:00
test_unit Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
actions.rb Merge pull request #4221 from tonycoco/master 2011-12-28 10:47:10 -08: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 Depend on 4.0.0.beta gems. Use https for github urls. 2011-12-22 10:56:22 -07:00
base.rb Fix rails/generators/base.rb documentation for hook_for 2011-12-29 13:33:01 +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 Use 1.9 hash syntax instead. 2011-12-24 22:06:25 +01: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