Sha256: 86e0d58bf894d83fa33096ad5f275286cefe243e2d564f472f5010a1de269925
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
SpreeAffirm =========== Installation ------------ 1. Add this extension to your Gemfile with this line: gem 'spree_affirm', :github => "affirm/spree_affirm" 2. Install the gem using Bundler: bundle install 3. Copy & run migrations bundle exec rails g spree_affirm:install 4. Restart your server Documentation ------------------ https://docs.affirm.com/Spree ## Contributing 1. Fork it 2. Create your feature branch (```git checkout -b my-new-feature```). 3. Commit your changes (```git commit -am 'Added some feature'```) 4. Push to the branch (```git push origin my-new-feature```) 5. Create new Pull Request Testing ------- Be sure to bundle your dependencies and then create a dummy test app for the specs to run against. ```shell bundle bundle exec rake test_app bundle exec rspec spec ``` When testing your applications integration with this extension you may use its factories. Simply add this require statement to your spec_helper: ```ruby require 'spree_affirm/factories' ``` Copyright (c) 2019 Affirm, released under the New BSD License
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_affirm-0.2.30 | README.md |
spree_affirm-0.2.3 | README.md |