0

Using Rails 3.1.3--rails console takes about 45 seconds to start up and display the prompt; rake takes about the same to start executing; once underway, commands seem to be executed at a "normal" speed. Running on Win XP, fully updated. (New to Ruby and RoR)

What are possible causes of this startup latency?

Andrew Grimm
  • 78,473
  • 57
  • 200
  • 338

1 Answers1

0

It's usual situation for Windows platforms.

Check your antivirus, add ruby.exe to exception list and then antivirus will not trace what ruby is doing on your machine.

megas
  • 21,401
  • 12
  • 79
  • 130