Skip to content

Releases: NoRedInk/live_fixtures

support custom callbacks per table

09 Dec 11:06
7842840
Compare
Choose a tag to compare

0.3.1

28 Mar 18:34
6e36cb7
Compare
Choose a tag to compare

[0.3.1] - 2018-03-28

Breaking changes

  • None

Fixed

  • None

Added

0.3.0

10 Aug 17:25
Compare
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