You can still use Capistrano to push the code from your local directory where you are working(Like your rails root). But the main great reason to use Capistrano is to get version deployments so that you can roll-back if something happens to "fail" in production or pushing to a staging environment with one tag/branch from cvs/ subversion/git then pushing the same code to production when you know this code is good.
You can just put your own tasks in the cap scripts but this is going to be a advanced setup. I have done something similar for a none Rails project but it would be a custom setup for sure.... I would say that your life with Capistrano would just be SOO much easier if you use something like git/svn... On Jul 15, 1:46 pm, Pål Bergström <[email protected]> wrote: > Marnen Laibow-Koser wrote: > > Pål Bergström wrote: > > [...] > >> I've manage without it for a very long time. > > > Then you are making life hard for yourself. Trust me on this. > > Not really. And I have a long experience. What I like about git is > branching. But for actual version control I can manage without it. I've > used git for a while now and I've never needed to use it for going back > in code. Trust me. :-) > > > Getting back to the topic, do you understand now how to get Cap > > deployment working? It's really not terribly difficult if you trust > > Capistrano to do the right thing in most cases. > > Not quite. I don't think is that clear. And maybe that's why a few > people have had a hard time getting into it. Often developers, or > programmers that is, have a hard time explaining things. > > And sometimes we users are just thick headed. :-) > > So back to my question, what if I, as I would like that way, have zero > and nada interest of having version control on the server side? > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

