No release in over 3 years
Low commit activity in last 3 years
A really straightforward open source Ruby on Rails portfolio plugin designed for integration with RefineryCMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.9.9
 Project Readme

Portfolio plugin for Refinery CMS (Github)

By: Resolve Digital

WARNING!

This latest version (master) is not stable. The schema is actively changing. Use at your own risk. If you are looking for a Refinery 2.0-compatible branch, use the '2-0-stable' branch.

Requirements

This engine requires Refinery CMS version >= 2.0.0.

Gem Installation

Ensure you have created your application's database before adding this engine (with rake db:setup).

Open your Gemfile and add this line to the bottom:

gem 'refinerycms-portfolio', :git => 'git://github.com/resolve/refinerycms-portfolio.git', :branch => '2-0-stable'

Now run bundle install and once bundler has installed the gem run:

rails generate refinery:portfolio
rake db:migrate
rake db:seed

Now, restart your web server and enjoy.