[Rails] Re: Rails is slow to load

2010-08-05 Thread Steve
For comparison, from typing script/server to having a running instance of mongrel hosting out a rails app on my machine takes ~2 seconds. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

Re: [Rails] Re: Rails is slow to load

2010-08-05 Thread Peter Hickman
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

[Rails] Re: Rails is slow to load

2010-08-05 Thread Jerome Fillioux
Hi, can you tell us what is your OS ? MS-Windows ruby VM is VERY much slower than Nix or OSX ones... you can also try to use the Thin server instead of Mongrel : http://code.macournoyer.com/thin/ It's very simple : gem install thin thin start from your project folder let us know :) On 5

Re: [Rails] Re: Rails is slow to load

2010-08-05 Thread Peter Hickman
The MacMini runs OSX -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For

[Rails] Re: Rails is slow to load

2010-08-05 Thread Ar Chron
Eric Yen wrote: 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? It may simply be your hardware/OS combination... At work, an Ubuntu VM on top of Win7, 1 core of a Core2Duo, 2.5GHz, 1 GB RAM

[Rails] Re: Rails is slow to load

2010-08-04 Thread Fernando Perez
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? Maybe they edited their videos to prevent wasting time watching rails load? -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] Re: Rails is slow to load

2010-08-04 Thread Eric Yen
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. But oh well. On Aug 4, 2:54 pm, Fernando Perez li...@ruby-forum.com wrote: This doesn't seem normal to me when I