Skip to content

markgarrigan/refinerycms-casestudies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casestudy engine for Refinery CMS

Installation

Simply use this by adding the following to your Gemfile:

gem 'refinerycms-casestudies', '~> 1.2.0'

Now, run bundle install

Next, to install the casestudy engine run:

rails generate refinery:casestudies

Run database migrations:

rake db:migrate

Finally seed your database and you're done.

rake db:seed

Upgrading from 1.0.x

From inside your RefineryCMS app directory run:

rails c

Then run

Refinery::Casestudies::Casestudy.all.map(&:save)

About

Casestudy engine for RefineryCMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages