https://github.com/kinduff/spree_easy_gift_cards
Easy gift cards for your Spree Store app
https://github.com/kinduff/spree_easy_gift_cards
Last synced: 16 days ago
JSON representation
Easy gift cards for your Spree Store app
- Host: GitHub
- URL: https://github.com/kinduff/spree_easy_gift_cards
- Owner: kinduff
- License: bsd-3-clause
- Created: 2015-05-22T01:20:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T01:21:51.000Z (about 11 years ago)
- Last Synced: 2025-02-22T21:43:39.746Z (over 1 year ago)
- Language: Ruby
- Size: 223 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[WIP] SpreeEasyGiftCards
==================
Work in progress. Let me finish it.
Installation
------------
Add spree_easy_gift_cards to your Gemfile:
```ruby
gem 'spree_easy_gift_cards'
```
Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_easy_gift_cards:install
```
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`.
```shell
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:
```ruby
require 'spree_easy_gift_cards/factories'
```
Copyright (c) 2015 Alejandro AR, released under the New BSD License