This spree extension allows the admin to add third party services from backend. It provides an interface to manage the third party services and the pages on which these services will run by creating, editing, deleting and enabling them.
Try Spree Third Party Service Manager for Spree master with direct deployment on Heroku:
Try Spree Third Party Service Manager for Spree 3-6 with direct deployment on Heroku:
Try Spree Third Party Service Manager for Spree 3-4 with direct deployment on Heroku:
- Add this extension to your Gemfile with this line:
gem 'spree_third_party_service_manager', github: 'vinsol-spree-contrib/spree_third_party_service_manager'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_third_party_service_manager:install
- Run the rake task to add existing spree pages.
bundle exec rake spree_pages:populate
- Restart your server
If your server was running, restart it so that it can find the assets properly.
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_third_party_service_manager/factories'
- Fork the repo.
- Clone your repo.
- Run
bundle install
. - Run
bundle exec rake test_app
to create the test application inspec/test_app
. - Make your changes.
- Ensure specs pass by running
bundle exec rspec spec
. - Submit your pull request.
Copyright (c) 2018 vinsol.com, released under the BSD-3-Clause License