oh, I found another post that helped me answer this: "I found out the problem. There was an old copy of the deprec gem installed on my system that was being loaded via the .caprc file in my home dir. Once I uninstalled the deprec gem, things seemed to work fine. " - I didn't need to uninstall that deprec gem - just comment out the line in .caprc with a #
On Oct 2, 3:20 pm, ivanoats <[EMAIL PROTECTED]> wrote: > I am getting a similar error but not using deprec on this project, > although I do have it installed.http://pastie.caboo.se/103108 > > I'm just trying to follow the capistrano 2.0 rails tutorial, but > already getting stuck on the enabling capistrano section ( one of the > first!)http://www.capify.org/getting-started/rails > > Any ideas what to look at to start fixing? > > On Sep 21, 2:57 pm, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > > > On 9/21/07, mike b. <[EMAIL PROTECTED]> wrote: > > > > Jamis, > > > > THANK YOU! :) > > > > It works great with cap _1.4.1_ ! > > > > mike > > > > PS: Should I uninstall 2.0 or something? Is there a point to keeping > > > it around? > > > If you aren't going to use it, there's no need to have it installed. > > Some of us, though, have projects that we're using 2.0 to deploy, and > > older projects that still require 1.4, and so we need both installed. > > > - Jamis --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
