vote up 5 vote down star
8

I'm looking to deploy a new Ruby on Rails project I'm working on but need hosting. A managed server is overkill for me. I just need shared space. I'd like to go with a service that specializes in Ruby on Rails.

I've looked at SpeedyRails and RailsPlayground and they both seem to have pros and cons. Does anyone have experience with either? Does anyone have a different recommendation?

flag

10 Answers

vote up 8 vote down check

I use Dreamhost. I have been with them for ages, and for the money they have an awesome service. They have recently moved to Phusion Passenger, and the Rails support is as good as you can find outside of someone like EngineYard. Generally, I have usedthem mostly for staging and acceptance testing and for my personal projects. They have been so solid I recently started using them for some of my client's production sites as well.

I also use Slicehost for some sites that have more specific requirements. Again, great value for money, but you will need to be comfortable setting up your own server. They do have some great tutorials that step you through everything you need.

For some of my clients, who require an Australian-based hosting provider, I have a VPS with Net Logistics.

link|flag
+1 for Dreamhost. If you dont' mind a little downtime (very little downtime), you can get a <b>really</b> cheap hosting plan, deploy with Passenger (so simple!) and have a ridiculous amount of space and bandwidth to work with. – mwilliams Oct 2 '08 at 13:19
Decided to go to with Dreamhost. I got a year of hosting with unlimited disk usage and bandwidth for only $70. – Owen Oct 8 '08 at 12:53
Try and catch them around any holiday ever, and get the $10-for-a-year discount ;) – Matchu Jun 24 at 0:00
vote up 1 vote down

I'm using the VM-based Linode.com, and they're awesome. Their basic package includes enough RAM and speed to run several Rails apps well.

link|flag
vote up 0 vote down

RailsCluster is the fastest and most reliable Ruby on Rails hosting platform from the Netherlands. The platform is fully redundant, twice as fast as other Ruby on Rails hosts and has an availability of 99,8%. Rack applications such as Merb are supported as well. It's run by a company that has done Rails development and hosting for governments and so certainly knows its stuff. There's a 30 day free trial too.

link|flag
vote up 3 vote down

Slicehost has been rock solid for me.

link|flag
vote up 0 vote down

RailsMachine is a really great company. They have a stack that makes it super easy to get your app running quickly. They also have wonderful service (I've worked with them on several projects).

link|flag
vote up 8 vote down

Slicehost if you want a cheap VPS that you have full control over. Install Apache with Phusion Passenger for an quick & easy Rails setup.

link|flag
vote up 1 vote down

I'm happy with hostgator as a rails host at the moment.

It doesn't provide fastCGI support (yet), but they provide decent speed servers so I haven't noticed any problems with just normal CGI support on my current rails apps. Definitely a good place for small to medium sized apps. And they only charge $10 a month for their standard package.

As an aside, I'd suggest avoiding dreamhost. They provide fastCGI support, but seem to limit the processing power of your account (in order to charge extra for processing bursts) and as such the response time is appalling and I frequently had rails come up with errors simply due to timeouts.

Edit: Hostgator do now support fastCGI support for their rails hosting. It just uses a different handler script to the one that is autogenerated by rails for fastCGI. If you have a hostgator account and want this, change your FCGI handler to

AddHandler fcgid-script .fcgi
link|flag
Dreamhost have support for Phusion Passenger now, which has helped. I also have a Hostgator account, but ironically my site has been dropped without warning on more than one occasion for alleged CPU contention. – Toby Hede Oct 2 '08 at 13:20
vote up 0 vote down

I'd recommend mediatemple, Engine Yard or a VPS (e.g. slicehost).

link|flag
vote up 0 vote down

There's a million of vps hosting services, you can choose any of them and install RoR. Most of them start around 20$/month. If you want something specific for Rails, there's also mediatemple, which is more expensive but somewhat managed and easily scalable.

link|flag
vote up 0 vote down

There are a few VPS hosts out there. It's pretty commonly used and most providers let you buy more ram, disk space, transfer as you need it. Personally I've been using Slicehost, and I have had a good experience with them.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.