top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Ruby on Rails on GoDaddy

+1 vote
318 views

I am new to RoR and Thinking about getting a GoDaddy VPS to host my site. I have heard that GoDaddy has just not been RoR friendly in the past but may have gotten better.

Does anyone have any current experience using RoR on GoDaddy?

posted Dec 3, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

When you rent a VPS from GoDaddy, your basically on your own for Rails support, but that's actually quite all right. It means you get to install the newest versions of Ruby, Rails and all the rest of the environment.

answer Dec 4, 2015 by Abhay
Similar Questions
0 votes

How can I use ruby on rails input field selector?

This is form:

Jquery
 user_user_name:{
   validators: {
     notEmpty: {
       message: 'The company name is required and cannot be empty'
     }
   }
 },
...