Skip to content

Releases: NoRedInk/live_fixtures

active_record 7, ruby 3.2

01 Apr 13:44
ce38d54

Choose a tag to compare

see the changelog

drops support for active record 6, adds support for active_record 7

support custom callbacks per table

09 Dec 11:06
7842840

Choose a tag to compare

v2.1.0

Version 2.1.0

0.3.1

28 Mar 18:34
6e36cb7

Choose a tag to compare

[0.3.1] - 2018-03-28

Breaking changes

  • None

Fixed

  • None

Added

0.3.0

10 Aug 17:25

Choose a tag to compare

[0.3.0] - 2017-08-10

Breaking changes

  • Imports now raise an error when unable to find a referenced model.
    To avoid this behavior, pass the option skip_missing_refs: true. #24

Fixed

  • For models with serialized attributes (for storing a ruby object or json blob in a single column, for example), live_fixtures will now use the coder specified in the model definition to dump the value to a string, rather than serializing it to yaml. #10, #11

Added

  • Enhanced documentation #1, #12
  • Options to suppress progress bar output and import errors. #23