Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.
Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.
Support polymorphic associations
Correctly Support many through
Less warnings when generating for mixed model and non model files.
Missing schema information on a non abstract model does not fail.
Research Optimizations
A created record that is modified persists changes without calling #save
Improve Documentation