Models for Shopify resources (WIP).
Can be used with the shopify_api gem, which doesn't itself provide any documentation on the resources it wraps.
Also has methods that use faker to generate fake Shopify data. Could be useful to for populating product, customer, order, etc. data for a development store to test against.
Enum values are represented using enumerize, so they will work without Rails, but are also compatible with ActiveRecord enums.
Add this line to your application's Gemfile:
gem 'falsify'
And then execute:
bundle
Or install it yourself as:
gem install falsify
This gem is made using tcd/scrapify and tcd/gql.
Bug reports and pull requests are welcome on GitHub at https://github.com/tcd/falsify.
The gem is available as open source under the terms of the MIT License.