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

Runtime

 Project Readme

Project Portfolios engine for Refinery CMS.

This cretes a tagged list of portfolio for refinery cms. This allows you to create a beautiful portfolio with tag cloud, that helps to shows related projects to viewer. The project details can showed in a popup.
Portfolio
Clicking on the projects will open the project detail popup.

PortfolioDetail You can view my portfolio here to see how it works.

Plugins used

Javascript

Dependencies

  • acts-as-taggable-on

Tag cloud css

Install as gem

Add acts-as-taggable-on gem to Gemfile

gem 'acts-as-taggable-on', '~>2.1.0'
gem 'refinerycms-project_portfolios', '~>0.0.5'
Then run
bundle install
rails generate acts_as_taggable_on:migration
rails generate refinerycms_project_portfolios
rake db:migrate

Note

In the application.html.erb add the following sections

<%= yield :javascripts %>


And you need to add jquery to the Header

<%= javascript_include_tag 'jquery.js' %>


A sample stylesheet is given with the plugin in "public/stylesheets/portfolio.css"