Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davekiss/solidus_paypal_button_manager
https://github.com/davekiss/solidus_paypal_button_manager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/davekiss/solidus_paypal_button_manager
- Owner: davekiss
- License: bsd-3-clause
- Created: 2016-02-01T16:01:13.000Z (almost 9 years ago)
- Default Branch: solidus
- Last Pushed: 2016-02-01T16:05:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T08:24:22.606Z (about 1 month ago)
- Language: Ruby
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
SpreePaypalButtonManager
========================Introduction goes here.
Installation
------------Add spree_paypal_button_manager to your Gemfile:
```ruby
gem 'spree_paypal_button_manager'
```Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_paypal_button_manager:install
```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 it's factories.
Simply add this require statement to your spec_helper:```ruby
require 'spree_paypal_button_manager/factories'
```Copyright (c) 2014 [name of extension creator], released under the New BSD License