Ask HN: How do you host your Rails Application?
I've just learned rails a month back, I'm building some small apps, I'm trying to host it. Heroku seems easy to host, but it seems costly (remember costly is subjective) down the road.
I researched a bit, and found may be using Heroku with Amazon RDS might reduce costs. I also think since these are new applications, why not host it on a dedicated server, until scaling issues shows up.
I was wondering how you rails devs, host your application? Also, which method is cost effective?
Thanks.
2 comments
[ 4.3 ms ] story [ 15.7 ms ] threadIt would be a good idea to plan ahead for your db needs - AWS is a good solution. Try to run you RDS in the same zone as Heroku.