I was running ruby 1.8.7 with rails 3 - rc. (Currently trying 1.9.2-
rc2 but the same problem)
It takes rails a while to load. (a while as in 10-15 seconds)
It will take a while before I can use the console , or before running
a test or starting up the server.
This doesn't seem normal to me when I watch some screencasts.
If this is not normal behaviour, how can I figure out the source of
the problem?
That did cross my mind, but I was just wondering though.
Mostly because it didn't look as though the transition from running
the command to the actual test running wasn't edited.
Well on my Dual Core MacMini running Ruby 1.8.7 and Rails 2.3.2 going
from "ruby script/console" to getting the prompt takes around 9
seconds.
This delay seems to be manifest across all the rails tasks. "rake
test" seems to take an age to get running, between 3 to 5 seconds
before it starts to event set up the test.
In production this is not a problem as the application very rarely has
to restart, but it is a bit of a pig for testing.