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/generators
2009-08-30 16:53:23 +02:00
..
active_record Refactored create_migration on model generator. 2009-08-09 15:57:59 +01:00
erb Change scaffold to use _form as partial and div's instead of paragraphs. [#1760 status:resolved] 2009-08-30 16:53:23 +02:00
rails Change scaffold to use _form as partial and div's instead of paragraphs. [#1760 status:resolved] 2009-08-30 16:53:23 +02:00
test_unit Require test/unit in the generated test_helper for plugin [#1878 state:resolved] 2009-08-09 17:56:41 +01:00
actions.rb Rails templates git command runs inside another directory [#2466 status:resolved] 2009-08-30 16:25:07 +02:00
active_model.rb Rename Rails::Generators::ActionORM to Rails::Generators::ActiveModel. 2009-08-08 17:48:07 +02:00
active_record.rb Use less strict rules in generators lookup, so people can lay their generators wherever they want. 2009-08-10 18:29:20 +02:00
base.rb Ensure that developers options are overwritten by user options. 2009-07-28 08:48:21 +02:00
erb.rb
generated_attribute.rb Make explicit that references and belongs_to types have nil as default value. 2009-07-13 16:18:56 +02:00
migration.rb Change false to :verbose => false as in new Thor version. 2009-07-15 20:16:37 +02:00
named_base.rb Refactored create_migration on model generator. 2009-08-09 15:57:59 +01:00
test_unit.rb