No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Engine to redeem deal site promotions.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Deal Redemptions

Ruby on Rails 4 engine to run redemptions for deal sites.

Gem Version Build Status

Installation

gem install deal_redemptions

Configuration

To generate a configure file to overwrite default settings in your hosted app. Please run the following rake task. The config file will be created as an initializer and have the optional settings commented out.

rake deal_redemptions:install:config

If you would like to disable the admin panel for any reason, it will be included as an optional setting in the initializer config file.

Admin Interface

The design to the admin interface was inspired by the Shopify backend. Currently the admin panel is mainly simple CRUD interactions to manage redemptions, deal site companies, and products. Future releases will expand on the admin abilities to manage the gem, and generate reporting.

To generate an initial admin user, simple run

rake deal_redemptions:install:admin

Dependencies

Tool Description
Twitter Bootstrap Popular front-end framework for developing responsive, mobile first projects on the web.
Kaminari Elegant pagination for any sort of collection