ActiveMocker v2.2.0 Release Notes

Release Date: 2016-05-03 // almost 8 years ago
  • ๐Ÿ”‹ Feature

    • โž• Add ActiveMocker::Mock#slice
    • ๐Ÿคก Import alias_attribute usage to mock - With supporting methods attribute_alias?(name) and attribute_alias(name)

    ๐Ÿ›  Fix

    • ๐Ÿคก When an include/extended module is not locally defined, but defined in the same namespace as the mock it was not correctly namespaced
    • ๐Ÿ›  Fix issue NoMethodError in Rails 5.beta when introspection activerecord model.

    โœจ Enhancement

    • Ignore all non ActiveRecord::Base subclasses
    • ๐Ÿ‘‰ Make rake dependency less strict >= 10.0