Windows will always be slow with the stock rails app. Windows will load the rails environment every time which takes about 20 secs on my vista box.
I've recently looked into this after taking several minutes to debug some tests. One of the possible solutions is to use to RSpec. I'm no expert on it as I couldn't install it on ruby 1.8.7 (window - got to love it). But supposedly RSpec has a server that loads the environment only once. On Sep 12, 3:14 pm, radhames brito <[email protected]> wrote: > are you sending mail in your app?? > > On Sun, Sep 12, 2010 at 12:57 PM, E <[email protected]> wrote: > > Here's the behavior I am getting now.... > > So, I add entries in gemfile and gemfile.lock > > I place a require 'faster_require' in the boot.rb file. > > > run gem install > > then I can run rake test:units. The strange thing is that I can only > > do a rake test:units one time... or instead do a rails console one > > time.... > > the second time I try running a rails console (without any changes) > > the console or tests fail to load, barfing out a rather long error > > string. > > I do another gem install faster_require.... and can run console or > > test again... just one time. > > > Ideas? > > > -- > > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<rubyonrails-talk%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

