Faster TDD in Rails with Bundler's 'require: false'
This post explains why the Rails default behaviour of requiring all your gems automatically will lead to a slow TDD feedback cycle. Learn how to speed this up by avoiding loading gems unnecessarily, and also why using Spring may not be a good approach.
http://www.andywaite.com/2015/08/15/faster-tdd-in-rails-with-bundlers-require-false/
Comments
This does not address the cause, it only addresses the symptom.
Post a comment