Skip to content

vinsol-spree-contrib/spree_third_party_service_manager

Repository files navigation

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:
gem 'spree_third_party_service_manager', github: 'vinsol-spree-contrib/spree_third_party_service_manager'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_third_party_service_manager:install
  1. Run the rake task to add existing spree pages.
bundle exec rake spree_pages:populate
  1. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •