I have begun teaching myself Rails with http://ruby.railstutorial.org. I have set up an environment using Railsdownloader, with gitbash and vim in windows
It seems to me the commands react too slowly. almost any command takes 3-10 minutes. a NEW, SERVER or SCAFFOLD command can take 15 minutes to process.
I have tried searching for such problems. It says everywhere that Ruby at large, and Rails especially is slow, but it seems completely unreasonable and I haven't seen evidence for other peoples Rails working THAT slow on building rails apps.
I am running it on a not-state-of-the-art computer but not a terrible one either. Moreso Rails does not take all the computing power available.
I would be very glad if someone can help me solve this (or say its normal, Rails takes for ever) thank you very much, Ari
thanks for the comments, update: I got my background down to almost 0 (4%cpu) (out of i3 2*2.4GHZ 3 GB catch) The command Rails new sample took 1:04 minutes using ~50% CPU on avarege. The command Rails S, inside sample took 5:14 minutes using~60% CPU on avarege (that is until localhost shows the standard welcome page) this is with a completely empty app, with only defaults and nothing running in the background.
anyone have any Ideas?