Spree Groupon allows a spree based site to do flash sales via groupon et. al. It extends the promo functionality such that a single promo can have many codes - the unique groupon codes. This avoids having to create one promo for each individual coupon. Coupon codes can be autogenerated or uploaded. This is not limited to Groupon, we're using the name as a generic one describing deal sites.
Install spree_groupon by adding the following to your existing spree site's Gemfile:
gem 'spree_groupon'Or if you want to track the git repo, add this instead:
gem 'spree_groupon', :git => 'git://github.com/thms/spree_groupon.git'Now bundle up:
bundleThen run the generator which copies the migration template into your project:
rails g spree_groupon:installMigrate your database:
rake db:migrateAnd boot up your server:
rails sYou should now be up and running at http://localhost:3000!
So far it's just me; Thomas Boltze.
If you'd like to help out feel free to fork and send me pull requests!
0.1.0 - 2013/01/31
- Initial Release
Copyright (c) 2013 Thomas Boltze, released under the New BSD License All rights reserved.