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.
任何人都可以告诉我https://github.com/activescaffold和 Rails 3.2 中的默认脚手架有什么区别?
Rails 脚手架是静态的,这意味着您生成一次,但需要在模型更改时手动更新它。活动脚手架是动态生成的,允许它像您的应用程序一样更改,而无需手动更新您的视图。