Does ActiveRecord make Ruby on Rails code hard to test?
- by Erik Öjebo
I've spent most of my time in statically typed languages (primarily C#). I have some bad experiences with the Active Record pattern and unit testing, because of the static methods and the mix of entities and data access code.
Since the Ruby community probably is the most test driven of the communities out there, and the Rails ActiveRecord seems…