TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why would an ISP not offer up-to-date Ruby support?

2 点作者 mud_dauber超过 11 年前
I&#x27;m asking out of genuine curiosity, not spite.<p>Just tried to create a Rails app on Dreamhost, only to learn that they only support Ruby 1.8.7 on shared server accounts. It&#x27;s my understanding that v1.8.7 is very obsolete if not entirely deprecated. If so, I&#x27;m a bit perplexed why a major ISP, with prominent mention of Ruby &amp; Rails support in their wiki, wouldn&#x27;t want to keep up.<p>Am I missing something?

3 条评论

atmosx超过 11 年前
Because for them, probably the cost of maintaining rails applications out of the box, is bigger then the approximate gain of offering an up-to-date ruby installation on their servers.<p>I don&#x27;t feel like &#x27;Dreamhost&#x27; is <i>prominent</i> in the Ruby community. Actually I&#x27;m the ruby mailing lists and at least 6 ruby-related IRC channels (I don&#x27;t do Rails yet, I&#x27;m more of a Sinatra afficionado). I never seen ONCE dreamhost mentioned there.<p>Even on rails website[1], the recommendations are: Heroku, Rails Machine, Brightbox, Engine Yard for hosting, Rackspace (hosting rails website IIRC) or Linode.<p>[1] <a href="http://rubyonrails.org/deploy" rel="nofollow">http:&#x2F;&#x2F;rubyonrails.org&#x2F;deploy</a>
viraptor超过 11 年前
The wiki says &quot;You can use rbenv or rvm to install other ruby versions on DreamHost&quot;. I guess they just don&#x27;t care enough to upgrade system-wide, or have some internal issues that hake it harder than expected.<p>Also, they&#x27;re your hosting provider, not ISP. Your ISP provides you access to the internet.
评论 #6908081 未加载
评论 #6907789 未加载
gary4gar超过 11 年前
DreamHost is mostly used for LAMP stack. you might want to Use heroku which offers first-class ruby support.<p><pre><code> https:&#x2F;&#x2F;devcenter.heroku.com&#x2F;categories&#x2F;ruby</code></pre>
评论 #6909655 未加载