Hello,
What is the best place to go for free Ruby on Rails web hosting? I'm starting my project and I don't need a really good package for hosting, but if my project begins to grow then I'll pay for the best! Thanks.
Hello,
What is the best place to go for free Ruby on Rails web hosting? I'm starting my project and I don't need a really good package for hosting, but if my project begins to grow then I'll pay for the best! Thanks.
Heroku is what you're after. They're widely considered one of the finest commercial rails hosts which offers a free account option.
Rails Playground isn't free, but it offers a decent hosting plan for developers at $5/month.
If you're doing any kind of application development, I'd recommend you go for a VPS like Slicehost. Having root level access to a server makes things like application deployment, configuration, and other related development tasks a lot easier.
I know you said free, but I tried Heroku, switched to Slicehost, and it has been great.
Their minimal package is around $20 and is enough to get started. The advantage of Slicehost over Heroku is that since you're paying, you have the right to complain if something goes wrong (although I've never had that happen in over a year of hosting with them). Another advantage is total control of your system. Use whatever DB suits you, install any gems you want, get data in and out without special tools, install any other daemons you may need such as a search daemon. Heroku puts you on PostgreSQL and that's that.
Another thing about Heroku is that, OK it's free, but then the next "recommended" level up above free is $51 ("Koi" with two dynos). With Slicehost, you can get pretty far with $20, then the next level is $40.
Slicehost's server management tools are really well-designed and easy to use and their forums are very active.
If free is a definite requirement, you could also look at Google App Engine. You can run Rails apps there under JRuby.
Slicehost - good performance, vps (install everything you want), cheap, rock solid uptime and great admin panel (dns zones/records managment is ease).
Free hosting service for rails is now provided @ http://herokugarden.com
Step 1: Create an account in herokugarden.com
Step 2 : Create a new rails application
Step 3 : Edit your project settings and export your project and migrate your migration files
Step 4 . Url of your application will be "http://projectName.herokugarden.com "
Step 5 : Share this link to show your local rails projects to your friends
Good luck !!!
Sorry to repost, but wanted to share what solidified SliceHost as my choice was their resources:
http://articles.slicehost.com
Sure, it's $240 bucks a year for a base slice, but I definitely saved countless hours by having those articles and the user comments when administering the server. The resources were worth alot more than $240 to me in time savings...
**edit: I just deployed my first heroku app, and realized heroku has better organized documentation. If you don't run any custom processes, heroku is the way to go.