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/test_unit
Prem Sichanugrist 67ee6c38b9 Remove the --singeleton option from scaffold generator.
It turned out to be that scaffold for singeleton resource will always depend on another model, and it's not possible at the moment to make the application tests pass after generate the singeleton scafold. So, it would be better to remove it for now and probably provide another generator, such as singeleton_scaffold, in which also require the depended model name.

[#4863 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-24 20:17:59 +02:00
..
controller Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
helper Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
integration performance and integration tests inherit from AD, not AC 2010-05-28 23:53:03 +02:00
mailer Just assert for 'Hi' in generated mailer tests. 2010-03-26 20:25:54 +01:00
model Patch for Namespace problem in Scaffold. [#4763 state:resolved] 2010-06-23 09:30:55 +02:00
observer Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
performance performance and integration tests inherit from AD, not AC 2010-05-28 23:53:03 +02:00
plugin Load generators from both lib/rails/generators and lib/generators. Using the former since it's less obstrusive. 2010-03-23 13:40:41 +01:00
scaffold Remove the --singeleton option from scaffold generator. 2010-06-24 20:17:59 +02:00