Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.62 KB

readme.md

File metadata and controls

47 lines (40 loc) · 1.62 KB

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"