spree_third_party_service_manager

Last updated on: December 09 at 11:46 AM

source code bug tracker
Opensource
1 1 1
owner:  vinsol-spree-contrib

Spree Third Party Service Manager

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.

Demo

Try Spree Third Party Service Manager for Spree master with direct deployment on Heroku:

Deploy

Try Spree Third Party Service Manager for Spree 3-6 with direct deployment on Heroku:

Deploy

Try Spree Third Party Service Manager for Spree 3-4 with direct deployment on Heroku:

Deploy

Installation

  1. Add this extension to your Gemfile with this line: ruby gem 'spree_third_party_service_manager', github: 'vinsol-spree-contrib/spree_third_party_service_manager'

  2. Install the gem using Bundler: ruby bundle install

  3. Copy & run migrations ruby bundle exec rails g spree_third_party_service_manager:install

  4. Run the rake task to add existing spree pages. ruby bundle exec rake spree_pages:populate

  5. Restart your server

If your server was running, restart it so that it can find the assets properly.

Testing

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'

See It In Action

Youtube Video Tutorial

Contributing

  1. Fork the repo.
  2. Clone your repo.
  3. Run bundle install.
  4. Run bundle exec rake test_app to create the test application in spec/test_app.
  5. Make your changes.
  6. Ensure specs pass by running bundle exec rspec spec.
  7. Submit your pull request.

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2018 vinsol.com, released under the BSD-3-Clause License

video
tags
third party service spree wrapper third party service manager third party service toggle
compatible spree versions
tags spree versions
master >= 3.2.0, < 4.0
authors
Avneet Singh Malhotra