You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed your documentation and the version you specify (i.e. 0.1) creates a different method signature for Blacksmith.save whereby it expects a repo as the first argument. So your example was failing for me:
user = Forge.saved_user name: "Will Override", favorite_language: "Elixir"
I noticed that the signature changed in the master branch so I am using this, but it would be helpful to either change the documentation or push another release.
Cheers, Chris
The text was updated successfully, but these errors were encountered:
@batate@ericmj Please mix hex.publish. It only takes a second and saves us users from spending potentially a lot of time figuring out what's wrong. Thanks for the library!
It might also make sense to have release tags here in this Repo, so that you can easily spot the current version. Also a changelog (either as file or in release tag notes) would be great to prevent such situations. (Of cause then release tags and hex releases should still be kept in sync.)
Hi,
I followed your documentation and the version you specify (i.e. 0.1) creates a different method signature for Blacksmith.save whereby it expects a repo as the first argument. So your example was failing for me:
user = Forge.saved_user name: "Will Override", favorite_language: "Elixir"
I noticed that the signature changed in the master branch so I am using this, but it would be helpful to either change the documentation or push another release.
Cheers, Chris
The text was updated successfully, but these errors were encountered: