From: Rick DeNatale Date: 2007-12-18T00:58:41+09:00 Subject: Re: Leopard rails 2.0 hell On 12/16/07, Tim Connor wrote: > Also, if all you did is upgrade rails you haven't really touched the > stock install. Just uninstall that version of the rails gem. or freeze the existing project(s) rake freeze:gems VERSION=1.2.6 or whatever the version he was using before. Using the various freeze rake tasks is probably good hygiene for rails development anyway, as is setting up and using subversion even for personal projects. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/