Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ROR 脚手架很有用,但我总是发现自己删除了生成的控制器中的 respond_to 部分。
是否可以告诉 Rails 不要生成该部分?
尝试查看http://www.tonyspencer.com/2007/03/01/custom-scaffolding-for-rails/自定义脚手架生成器 http://ramblingsonrails.com/how-to-update-the-rails-scaffold-生成器以适合您自己的应用程序
不,没有办法跳过这个。