
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
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
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.