I plan to build a simple community portal that allows to review, evaluate and discuss software products - imagine it as judysbook.com for software.
Now my question: is it easier and faster to construct something like that using a CMS like Joomla (that I have never used before) or
to build it from scratch and on my own in RoR (given that I have already built 2 rails-applications)? Or are they even better solutions - like lighweight open-source CMS I am not aware of?
What about maintenance and later customizations?
I would recommend starting from scratch in Rails. That way you'll have control over every aspect of the design and function of the system and it will be you alone that is responsible for the quality of the code and the system overall...