No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Variants engine for Refinery CMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Refinery CMS Product Variants

Product variants for your Refinery CMS website, that is making use of the following gem:

This version of refinerycms-variants supports Rails 3.0.x.

Requirements

Refinery CMS version 1.0.x.

Install

Make sure that the products gem has been installed.

Open up your Gemfile and add the following:

gem 'refinerycms-variants', '~> 1.0.0'

Now, run:

bundle install

Next, run:

rails generate refinerycms_variants

Migrate your database:

rake db:migrate