Skip to content

thms/spree_groupon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree Groupon

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.


Installation

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:

bundle

Then run the generator which copies the migration template into your project:

rails g spree_groupon:install

Migrate your database:

rake db:migrate

And boot up your server:

rails s

You should now be up and running at http://localhost:3000!


Contributors

So far it's just me; Thomas Boltze.

If you'd like to help out feel free to fork and send me pull requests!


Change Log

0.1.0 - 2013/01/31

  • Initial Release

License

Copyright (c) 2013 Thomas Boltze, released under the New BSD License All rights reserved.

About

Simple extension to allow spree based site to accept groupon style promotions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors