ActiveMocker v1.8 Release Notes

Release Date: 2015-02-17 // about 9 years ago
  • Notes

    ๐Ÿš€ This release has minor speed improvements. You may find that some records where an attribute was nil it will now have an a value. Next release will most likely be 2.0 where I will focus on removing deprecated features and performance of the mocks runtime.

    โœจ Enhancement

    • ๐Ÿ‘Œ Improve accuracy and speed in some cases, for finding associations by not assigning them at creation time but finding them when called.
    • Hide the internals stack trace when calling method that will raising NotImplementedError.
    • โž• Add spec documentation for method #new_relation

    โž• Added

    • ๐Ÿ‘Œ Support for ruby 2.2.0 and rails 4.2
    • ๐Ÿ†• new method #none does what it does for ActiveRecord