Sha256: 36dba15e387aa542969023e056a48aefce968f359c6fc61f3f645c42d7d39cee
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# Refinery CMS Pods Manageable little side-pods for your [Refinery CMS](http://refinerycms.com) website. Depends on the following engines: + Portfolios - https://github.com/resolve/refinerycms-portfolio (branch rails-3-1) + Videos - https://github.com/julesce/refinerycms-videos (2.0.0) This version of `refinerycms-pods` supports Rails 3.0.x. ## Requirements Refinery CMS version 2.0.x. ## Install Open up your ``Gemfile`` and add the following: gem 'refinerycms-pods', '~> 2.0.0' Now, run: bundle install Next, run: rails generate refinery:pods Migrate your database: rake db:migrate And hook up the seed data: rake db:seed ## Usage Up to you to make use of the pods in your front end, but remember to include the relevant JS/CSS files in your layout: <%= stylesheet_include_tag 'colorbox', 'refinerycms-pods' %> <%= javascript_include_tag 'jquery-1.5.2.min', 'jquery.bxSlider.min', 'jquery.colorbox-min', 'refinerycms-pods' %> The following will render any pods assigned to your current @page: <%= render :partial => 'refinery/pods/shared/pods' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-pods-2.0.1 | readme.md |