Hello!
I often write my own migration generators to handle custom SQL. The --skip-migration option for the model generator is very handy for these situations, but I miss this option for the scaffold and resource generators.
I've posted a patch[1] that adds --skip-migration to the scaffold and resource generators with tests—with a new rails_resource_generator_test.rb file thrown in for good measure
This is one of my first patches for Rails and welcome any feedback. If there's anything I can do to make this patch more likely to be accepted, please let me know.
Cheers,
Michael Glaesemann grzm seespotcode net