From: Rich Date: 2007-08-16T22:00:03+09:00 Subject: Re: Why is rake really slow? On Aug 16, 2:24 am, Damjan Rems wrote: > Hemant Kumar wrote: > > On 8/16/07, Rich wrote: > >> > > > normal? It seems reallyslowto me. > >> > > Rakein and of itself is quite fast. There are two types of things that > > >> > > In the project I'm currently working on, "rakenoop" takes under a > > > Its normally a good idea to take out actual db connections when > > running tests. Did you look into mocha or something? > > Could this be your problem too.http://forums.mysql.com/read.php?35,64514,64514 > > I had same problem on a Linux box. > > by > TheR > -- > Posted viahttp://www.ruby-forum.com/. I'm just connecting to my local db, that post has to do with connecting to a remote one. Thanks though.