ex_machina v0.3.0 Release Notes

  • โž• Added

    • ๐Ÿ— Add build_list and build_pair. See 8f332ce.
    • โž• Add a create method that takes a map. This allows you to chain functions ๐Ÿ— like: build(:foo) |> make_admin |> create. See 59cbef5.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘€ Factories must now be defined with a macro. See 03c41f6
    • ๐Ÿ‘€ belongs_to associations are now built instead of created. See b518285.