Rails, on development mode is SLOW. Very, very slow. I run Vista, and I set config.cache_classes = true
in development.rb
... But, it's still slow and I have to restart the server after I change my code.
My coworker develops Rails on a Mac and sees similar slowness.
My development time slows down significantly because it takes minutes to test out code changes.
Is this as good as Rails development gets? Or am I missing something that'll make it fast and my life happy?