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-03-05 11:56:35 +01:00
..
erb Change inside_namespace method to inside_template and use it in all templates by default 2010-11-16 16:38:14 +01:00
rails Railties typos. 2011-03-05 11:56:35 +01:00
test_unit Fix scaffold generator to be aware of namespace in isolated engine 2010-11-03 20:48:40 +01:00
actions.rb log and readme should respect --quiet 2011-03-04 13:05:27 +01:00
active_model.rb
app_base.rb change sqlite3-ruby => sqlite3 in the generators 2011-01-16 13:29:08 -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 Fixed issue #6363, avoid to pluralized already pluralized names and singularize a single in generators, for example stadia is a valid plural for stadium. But calling pluralize for stadia will return stadias which sematically is not corrent in this case 2011-02-16 15:09:06 -02: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