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 のデフォルトの scaffoldの違いを教えてください。
Railsスキャフォールドは静的です。つまり、一度生成しますが、モデルの変更に応じて手動で更新する必要があります。アクティブなスキャフォールドは動的に生成されるため、ビューを手動で更新しなくても、アプリケーションと同じように変更できます。