|
|
|
|
|
by patio11
5664 days ago
|
|
I think the claim is that PAAS has tradeoffs which you make versus "as simple as dedicated" host-it-yerself, which is true in my experience. Heroku is wonderful, don't get me wrong, but it is not all "I don't know anything about sysadminning and now I don't have too, git push origin deploy OK now I can go back to making rounded corners and drop shadows" peaches and cream. I have a client product on it. Half of the gems/plugins that I used required me to either hack the source or do some deep spelunking to find out why they aren't working. For example, I used TinyMCE editor for that nice Wordpress-esque WYSIWYG feel. TinyMCE is written in Javascript, and the configurations for the plugin causes the Javascript to be written out on first access. Heroku is not quite so happy when you try to write things to the hard drive, and died hard on that. This was for a site which is pretty darn pedestrian as far as Rails projects go. |
|
I also have yet to have a gem blow up in my face, though.