
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
refinerycms-jquery_gallery
Advanced tools
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 %>
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.
gem build refinerycms-jquery_gallery.gemspec
# Sign up for a http://rubygems.org/ account and publish the gem
gem push refinerycms-jquery_gallery.gem
This code us available under the MIT licence. See attached licence file for full details.
Craig Ambrose http://github.com/craigambrose
FAQs
Unknown package
We found that refinerycms-jquery_gallery demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.