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
Prem Sichanugrist 22a3416298 Add --old-style-hash option to force creating old style hash on Ruby 1.9
That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets.
2011-04-10 16:47:52 +08:00
..
erb Rails will now generate Ruby 1.9 style hash when running scaffold_controller generator on Ruby 1.9.x 2011-04-10 16:47:50 +08:00
rails Rails will now generate Ruby 1.9 style hash when running app generator on Ruby 1.9.x 2011-04-10 16:47:51 +08:00
test_unit Rails will now generate Ruby 1.9 style hash when running scaffold_controller generator on Ruby 1.9.x 2011-04-10 16:47:50 +08:00
actions.rb log and readme should respect --quiet 2011-03-04 13:05:27 +01: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 Add --old-style-hash option to force creating old style hash on Ruby 1.9 2011-04-10 16:47:52 +08:00
base.rb Make sure the Thor generator LoadError does not output --dev twice [#6431 state:resolved] 2011-02-27 18:53:18 -02:00
erb.rb
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 Add --old-style-hash option to force creating old style hash on Ruby 1.9 2011-04-10 16:47:52 +08:00
resource_helpers.rb Railties typos. 2011-03-05 11:56:35 +01:00
test_case.rb corrected a mistake in the documentation for assert_migration 2011-01-29 15:42:56 -06:00
test_unit.rb