Chris, Yup, that's correct. datamapper edge is really almost always in sync, so you should always be fine just git pulling from all those repos and rake installing again. You would most probably need to issue a "git pull origin next" while being on next branch, so that git knows from which branch it should pull.
cheers snusnu On Thu, Aug 20, 2009 at 19:48, Chris Hanks<[email protected]> wrote: > > That worked great! Thanks so much. > > So, just to make sure I know what I'm doing - when I want to update my > datamapper next gems later, then I update each of the clones I made > with git pull, and then run each of the rake installs over again, > correct? > > Thanks again! > > > > > On Aug 20, 9:28 am, Martin Gamsjaeger <[email protected]> wrote: >> Chris, >> >> Have a look >> athttp://sick.snusnu.info/2009/06/03/migrating-to-datamapper-0100/ >> for a guide to installing / migrating to datamapper next branches >> >> cheers >> snusnu >> >> On Thu, Aug 20, 2009 at 10:51, Chris Hanks<[email protected]> >> wrote: >> >> > Hi - >> >> > I'm running Ruby 1.9.1, and I'd like to use edge DataMapper in >> > conjunction with an edge Rails app I'm developing. >> >> > I followed the instructions from here: >> >> >http://datamapper.org/doku.php?id=contribute#stunningly_easy_way_to_l... >> >> > Until it came time to install the sake tasks, when I got: >> >> > ch...@chris-laptop:~/src$ sake >> > -ihttp://github.com/dkubb/dm-dev/blob/master/dm-dev.sake?raw=true >> > *** Sorry, ParseTree doesn't work with ruby 1.9.1 >> >> > Any suggestions? I'm really not familiar with Sake or ParseTree. I >> > think an update to this guide is probably in order, too. >> >> > Thanks! >> >> > Chris > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
