How do you deploy your Rails application?
Posted
by Michael Sync
on Stack Overflow
See other posts from Stack Overflow
or by Michael Sync
Published on 2010-03-15T05:33:05Z
Indexed on
2010/03/15
5:39 UTC
Read the original article
Hit count: 184
ruby-on-rails
Do you upload your rail application to your host via FTP first?
I'm currently using Passenger and Capistrano. If I do "cap deploy" in my local machine then I think Capistrano should upload my rail application to my host, right?
Someone from my host is saying that I need to run "cap deploy" in server. I think it doesn't make sense.
© Stack Overflow or respective owner