rails--rails/railties/lib/rails_generator/generators/components
Jeremy Kemper 3e51cd8b8e Model generator: correct relative path to test_helper in unit test.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3162 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-22 21:33:56 +00:00
..
controller Show correct paths to generated templates for nexted controllers. Fixes #730 2005-07-14 01:12:21 +00:00
mailer Dont encode the default subject for the test cases since they are within the ascii range 2005-09-06 11:01:23 +00:00
migration Allows generator to specify migrations directory. References #2960. 2005-11-20 05:13:59 +00:00
model Model generator: correct relative path to test_helper in unit test. 2005-11-22 21:33:56 +00:00
plugin Added that plugins can carry generators and that generator stub files can be created along with new plugins using script/generate plugin <name> --with-generator [DHH] 2005-10-28 23:52:34 +00:00
scaffold Scaffold-generated controller action gives paginate the plural_ rather than singular_name. Closes #2743. 2005-11-05 02:59:58 +00:00
session_migration Allows generator to specify migrations directory. References #2960. 2005-11-20 05:13:59 +00:00
web_service