top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Ruby on Rails manual deployment

0 votes
208 views

I was trying to understand everything need to be known to deploy ROR manually. Does someone have some valuable article on that. I am using ROR 4 with ruby 2.1.x and webfaction as an host.

I would like to understand that before automating. It seams there is only one way to deploy right now, capistrano 2 or 3 if you can understand, and there is so little complete and up to date information on it. It is a nightmare for me right now.

posted Jun 20, 2014 by Naveena Garg

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

1 Answer

+1 vote
answer Jun 23, 2014 by Sheetal Chauhan
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'
     }
   }
 },
...