A
A
Alexey Kalinin2014-03-18 17:34:44
git
Alexey Kalinin, 2014-03-18 17:34:44

Remote rails app development - how to sync files?

Hello. For ruby ​​+ ror development, I use RubyMine, there is integration in Version Control, there is a remote VPS with a configured nginx + passenger environment.
Now the question is - how can I synchronize files and upload them back when saving / updating?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Kalinin, 2014-03-18
@Kaliha

Thanks to all. Settled on git push|pull.

K
Kirill Platonov, 2014-03-18
@kirillplatonov

And yet, look at capistranorb.com
If I understand your question correctly, then you need a tool to automate source downloads. In this case, Capistrano is suitable for you, which, in addition to sources, can automatically perform new migrations and generate assets.
At the same time, everything works through Git or any other VCS. Accordingly, if you need to synchronize the local machine with the server, then git pull will be enough.
If you meant something else, please explain what exactly.
PS
railscasts.com/episodes?utf8=%E2%9C%93&search=capi...
Although the off site documentation is more than exhaustive.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question