Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

refinerycms-jquery_gallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

refinerycms-jquery_gallery

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

This extension uses the jquery Gallery View plugin to render a set of images in refinerycms.

This gallery works well with the refinerycms-page-images extension, but it does not automatically display a gallery of page images. Installing this extension basically does nothing at all unless you load the _gallery.html.haml template.

This template must be given a local "page" object, but actually this doesn't have to be a Refinery::Page, it could be anything that supports a method called "images" that returns an array of image objects which in turn can supply a url via "image.thumbnail("570x270#c").url".

If you wish to do this with all pages, simply add a call to this _gallery partial in your _content_page partial:

<%= render 'refinery/jquery_gallery/gallery', :page => @page %>

Installation

Simply install the gem. There is no generator or migrations.

Add the javascript to your application.js

//= require refinerycms_jquery_gallery

You probably want to add a reference to the stylesheet "refinerycms_jquery_gallery" in your application.css.

How to build this extension as a gem

gem build refinerycms-jquery_gallery.gemspec

# Sign up for a http://rubygems.org/ account and publish the gem
gem push refinerycms-jquery_gallery.gem

Licence

This code us available under the MIT licence. See attached licence file for full details.

Credits

Craig Ambrose http://github.com/craigambrose

FAQs

Package last updated on 22 Jul 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc