I've been developing Ruby on Rails on my Macbook Pro for quite some time, but recently I'm starting to notice, that everything is just taking forever.
Even simple things like rake -T
take over 30 seconds to complete.
$ time rake -T
real 0m35.113s
user 0m12.997s
sys 0m1.828s
When I do the same thing on my VPS, which has much less memory and CPU available, it runs about three times as fast. I'm using Ruby 1.9.2 installed via RVM on OS X Lion.
Is there anything that I can check/do to get some instant improvement? I was thinking about upgrading to SDD, but I don't want to make such a decision too early.