Rails 3 是否有可容纳嵌套资源的脚手架生成器?
Rails 2.3 有
https://github.com/jeremyf/rspec_on_rails_nested_scaffold
https://github.com/mahkhaled/NestedRestfulScaffold
https://github.com/nilesh/nested-scaffold
但我没有发现 Rails 3 有类似的东西。
对于快速原型,在为嵌套资源运行脚手架生成器后不必调整视图会很方便。