Hi!
I am totally new to ruby on rails and dynamic website creation (never
done php or asp).
I am reading “Agile Web D. with Rails” by D.Thomas, and I am
wondering if I need to create multiple scaffold and controllers to be
able to create a really basic CMS.
Part of the website needed:
-http://www.domain.com/
-About Us | Domain.com
-http://www.domain.com/articles/
-http://www.domain.com/contact/
etc…
do I need to create a scaffold and controller for about, articles,
contact…?
Sorry for my bad english, and please be kind with me, I have very
limited dynamic site knowledge.
Thank you!!