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
Amit Suryavanshi de7c61b072 Titling the model name in views generated by scaffold.
eg. rails g scaffold UserProfile will have in index.html.erb "Listing User Profiles"
rather than Listing user_profiles.
2014-06-18 11:32:02 +05:30
..
actions require actions rather than create_file 2014-03-13 12:02:32 -07:00
css
erb Titling the model name in views generated by scaffold. 2014-06-18 11:32:02 +05:30
js/assets
rails [ci skip] Fix capitalization 2014-06-07 14:23:27 +05:30
test_unit
testing
actions.rb Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotes 2014-05-27 09:27:36 +02:00
active_model.rb
app_base.rb ✂️ 2014-06-17 20:35:10 -03:00
base.rb Replace :base with :in [ci skip] 2014-05-11 15:42:35 -03:00
erb.rb Always return an array from formats so there is no need to wrap it when calling 2014-03-04 11:26:09 -03:00
generated_attribute.rb Fix Generation of proper migration when 2014-03-25 20:27:37 +05:30
migration.rb Add CreateMigration action 2014-01-28 00:01:19 +01:00
model_helpers.rb modify model generator warning message. refs [#174c9f0] 2014-02-27 22:04:01 +05:30
named_base.rb Add FIXME note about the thor bug 2014-05-24 13:34:16 -03:00
resource_helpers.rb Add warning when user tried to create model with pluralize name. 2014-02-23 13:10:41 +05:30
test_case.rb
test_unit.rb