Tag: Mvc

Thumb_rubbish

Developing components considered bad form in Rails

20 Nov 2008 at 8:01pm 5

On a typical modern website, most pages are dynamically generated from various database tables. There is normally the main content area which contains content such as the latest news stories. Then there are usually various boxes in a side bar such as the latest pictures from the galleries which contains the latest content in various other tables. How those boxes are developed differs in best practices between Rails and Symfony...