Hi.
I went through a few tutorials, made rails running on mac, windows,
linux, apache and lighttpd etc.
Now I’d like to start some real project, a web page, with news,
articles and ads sections.
It also needs to have a login, so that only authorized users can add,
edit or delete those items.
Now I noticed that generating that through scaffold seems to be
depreciated, so what’s the good design approach to do it, considering
that those three areas (news, ads, articles) can share a lot
functionality?
I’d also like to integrate sth like tinyMCE on the frontend, have a
header and a footer and that’s it really.
How do I go about it to follow the Rails conventions?