Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.