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.
|
7
|
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. |
||||
|
|
|
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 !!! |
||
|
|
|
You could try http://www.heliohost.org/ |
||
|
|
|
|
Slicehost - good performance, vps (install everything you want), cheap, rock solid uptime and great admin panel (dns zones/records managment is ease). |
||
|
|
|
|
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. |
||
|
|
|
You could also use debugger to step through the code. |
||
|
|
|
|
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. |
||||
|