hi all...
between ruby on rails and codeigniter, which framework is better (and why) for a website with
- user management
- profile pages
- subscriptions
- blog
- upload/download
hi all...
between ruby on rails and codeigniter, which framework is better (and why) for a website with
Both of the frameworks you mention could handle a web site with those requirements.
You should also add Django and Symfony to your list of possible choices as they too would suit your needs.
Do you have any experience in building applications with Ruby/PHP/Python?
That depends on which language you favour. Pretty much any web framework could do all of those things. I'd personally favour Codeigniter, as PHP is more widely supported on hosting platforms.
Technically, I also think both platforms are equally capable of doing the things you want. In such cases, other things become important, such as the size of the community and hosting options. In that case, PHP and CI would be a clear winner over RoR.