|
|
|
|
|
by Nux
4789 days ago
|
|
As an admin who unfortunately has to deal with "cheap hosting" quite often I'd say "Please, NO!" to that. I don't think RoR and "cheap hosting" are compatible. RoR adds a maintenance overhead that kills the "cheap" part. I did admin work for RoR "cheap hosting" and it sucks; lots of gems and multiple versions of them to install etc; this took a lot of my time and made security audits very hard, plus it's not always trivial to install them as some require NEW everything. Whereas with PHP, 99,9% of the applications run just fine with a relatively simple PHP installation: e.g. core + xml, mysql, imap, gd, mbstring, mcrypt. Update it every once in a while and you're all set! What RoR programmers need is a cheap vps/container with RVM (or similar) or very specialised platforms (e.g. Heroku). |
|
I can't imagine wheat it'd be like on a shared host with 100 apps all made by different people.