[Rails] Re: Rails development processes running very slow

2010-03-19 Thread Aldric Giacomoni
ChrisT wrote: My Gemfile: source 'http://gemcutter.org' source 'http://gems.github.com' gem gemcutter, 0.4.1 # Rails3 beta gem rails, 3.0.0.beta # ActiveRecord requires a database adapter. gem ruby-mysql # Gems required for the AftershockHarness gem watir, 1.6.5 gem firewatir,

[Rails] Re: Rails development processes running very slow

2010-03-19 Thread ChrisT
Either way it's slow. with the bundle locked or not. On Mar 19, 8:27 am, Aldric Giacomoni li...@ruby-forum.com wrote: ChrisT wrote: My Gemfile:  source 'http://gemcutter.org'  source 'http://gems.github.com' gem gemcutter, 0.4.1 # Rails3 beta gem rails, 3.0.0.beta # ActiveRecord

[Rails] Re: Rails development processes running very slow

2010-03-18 Thread ChrisT
I hope someone figures something out with this - I'm having similar issues with ruby 1.9.1 and rails 3 on Windows, Ubuntu 9.04 or 9.10. Nothing I do seems to help with the load time at all (30-60 seconds). On Mar 7, 1:29 am, Alex a...@liivid.com wrote: This is a problem I know other people have

[Rails] Re: Rails development processes running very slow

2010-03-18 Thread Aldric Giacomoni
Alex wrote: This is a problem I know other people have been having. I'm on Rails 2.3.5 on a dual core 2.1Ghz Macbook Pro 2.1 with 3Gb of ram and 800Mb+ inactive memory. Things should be fast. Sometimes things run slowly, but nothing nearly as slowly as rails. irb starts in milliseconds.