I'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's my understanding that v1.8.7 is very obsolete if not entirely deprecated. If so, I'm a bit perplexed why a major ISP, with prominent mention of Ruby & Rails support in their wiki, wouldn't want to keep up.<p>Am I missing something?
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't feel like 'Dreamhost' is <i>prominent</i> in the Ruby community. Actually I'm the ruby mailing lists and at least 6 ruby-related IRC channels (I don't do Rails yet, I'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://rubyonrails.org/deploy</a>
The wiki says "You can use rbenv or rvm to install other ruby versions on DreamHost". I guess they just don't care enough to upgrade system-wide, or have some internal issues that hake it harder than expected.<p>Also, they're your hosting provider, not ISP. Your ISP provides you access to the internet.
DreamHost is mostly used for LAMP stack. you might want to Use heroku which offers first-class ruby support.<p><pre><code> https://devcenter.heroku.com/categories/ruby</code></pre>