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-07-02 10:27:40 +02:00
..
active_record Removing unecessary class methods. 2009-07-02 10:27:39 +02:00
erb Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers. 2009-07-02 10:27:40 +02:00
rails Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers. 2009-07-02 10:27:40 +02:00
test_unit Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers. 2009-07-02 10:27:40 +02:00
action_orm.rb Added Rails::Generators::ActionORM to hold ORM methods necessary to build a generator. 2009-07-02 10:27:39 +02:00
actions.rb Added tessts for resources generator. 2009-06-28 19:46:34 +02:00
active_record.rb Make scaffold controller generate agnostic code and mark some hooks as required. 2009-07-02 10:27:39 +02:00
base.rb Added tests to scaffold controller. 2009-07-02 10:27:40 +02:00
erb.rb Added Rails::Generators::ActionORM to hold ORM methods necessary to build a generator. 2009-07-02 10:27:39 +02:00
generated_attribute.rb Added scaffold views to scaffold controller. 2009-07-02 10:27:39 +02:00
migration.rb Ensure both migration and routes are removed on revoke. 2009-07-02 10:27:39 +02:00
named_base.rb Rename ControllerNamedBase to ScaffoldBase and move ActionORM helpers. 2009-07-02 10:27:40 +02:00
test_unit.rb Added Rails::Generators::ActionORM to hold ORM methods necessary to build a generator. 2009-07-02 10:27:39 +02:00