Should I use scaffolding or not in Ruby on Rails?

Posted by dpacmittal on Programmers See other posts from Programmers or by dpacmittal
Published on 2011-06-24T04:17:25Z Indexed on 2011/06/24 8:30 UTC
Read the original article Hit count: 175

Filed under:

I'm learning Ruby on Rails for a new project of mine. I am referring the book 'Agile Web Development with Rails' which shows how to build a shopping cart and they use scaffolding.

I'm pretty familiar with MVC architecture and have used several frameworks in PHP to build applications. I've never used scaffolding and I'm not sure if that's the best way to start building an application.

Experienced users, please suggest if I should be using scaffolding or should I code manually.

© Programmers or respective owner

Related posts about ruby-on-rails