[Rails] Re: mysql gem recognized by script/server but not rake

2010-07-05 Thread Ram
Hi Fred, I actually checked that. Ran "gem list rake" and it listed 0.8.7 . I also ran "gem update rake" but there were no updates to be made. But now I uninstalled rake and then installed it again and its working now :). Weird. Thanks for your response! Cheers, Vinay. On Jul 4, 10:02 pm, Fred

[Rails] Re: mysql gem recognized by script/server but not rake

2010-07-04 Thread Frederick Cheung
On Jul 4, 11:03 am, Ram wrote: > Hi all, > > I recently installed the ruby mysql gem (2.8.1) on my Mac Leopard > after much trouble (http://groups.google.com/group/rubyonrails-talk/ > browse_thread/thread/586c29ca813cd391/fb5f34c8f9eb9e3f?lnk=gst&q=mysql > +gem#fb5f34c8f9eb9e3f) > > Now, when I