Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spree-contrib/spree_product_groups
Extension to Spree featuring Product Groups that were originally part of core prior to 1.1 release.
https://github.com/spree-contrib/spree_product_groups
Last synced: 3 months ago
JSON representation
Extension to Spree featuring Product Groups that were originally part of core prior to 1.1 release.
- Host: GitHub
- URL: https://github.com/spree-contrib/spree_product_groups
- Owner: spree-contrib
- License: bsd-3-clause
- Created: 2012-02-29T11:51:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T17:17:56.000Z (almost 6 years ago)
- Last Synced: 2024-02-12T16:53:13.515Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 422 KB
- Stars: 19
- Watchers: 28
- Forks: 58
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpreeProductGroups
==================Spree extension for Product Group and Scope. This functionality was removed from Spree 1.1 and into this extension.
Installation
============In your application Gemfile, add this gem after the Spree gem:
```ruby
gem 'spree'
gem 'spree_product_groups', :git => '[email protected]:spree/spree_product_groups.git'
```Then run:
```shell
bundle
rails g spree_product_groups: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
```Copyright (c) 2012-2013 Spree Commerce, released under the New BSD License