Best hosting for Ruby on Rails (as of 2012) [closed]

孤街浪徒 提交于 2019-12-20 10:25:03

问题


I was wondering what people think is currently the best host for Ruby on Rails. I found some older posts on here on the subject but I wanted to know what the current agreement is. Shared hosting is ok for now but I would like an option from dedicated hosting later.

Thanks!


回答1:


Even though some will complain, Heroku is still the best in my mind. Super easy to set up, super easy to scale. You can deploy to Heroku in all of 2 minutes. Best of all, it's free with basic usage.

Another thing I like about Heroku is that it has an unparalleled community using it, which means a lot of support on StackOverflow (https://stackoverflow.com/questions/tagged/heroku).

If you need to know what ratio of web/worker dynos you'd need, look here: Heroku: web dyno vs. worker dyno? How many/what ratio do I need?

Although keep this in mind: it will be a while until you need to scale. As 37signals says, deal with scaling when you have that problem.


If you're looking for more flexibility, Amazon EC2 is always a good option. You pay only for what you use, which is always nice.


Linode is still decent, and fairly cheap too.




回答2:


I think the best choice is AWS or Heroku




回答3:


It all depends on what you are building and how you are building it. If you app is pretty straight forward rails app and you are not doing anything special on the system level (lets say working with transcribing video in a way that heroku add-ons would support it) than heroku is probably one of the fastest way to get started an move along. If you are are building something on the system level where you app needs to have access to anything on the system you probably better off going with linode or AWS route, It also depends alot about the level of control/responsibility your are looking for.

THere is also survey being done right now about this very topic, they havent published the 2012 results but 2009 are available:

http://rails-hosting.com/Results/SurveySummary.html



来源:https://stackoverflow.com/questions/11436930/best-hosting-for-ruby-on-rails-as-of-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!