Standard console functions work fast, but when I try to use git or Ruby on Rails console – actions take too long (like git pull origin master – slow on showing “Enter passphrase”, RoR – run server and all rake db commands). In average RoR commands take more than 1 minute.
Share
Short answer, ruby is not optimized for windows. There are some workarounds, YMMV.
Some options:
Stackoverflow question recommending switching to 1.8
Custom Windows Ruby Build
Use a linux VM