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]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

