
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
refinerycms-image-gallery
Advanced tools
This gem is based on refinerycms-page-images gem, with this gem is simple to create a more then one gallery tab in your engines with dynamic columns.
Add this line to your applications Gemfile
gem 'refinerycms-image-gallery', "~> 0.1.3"
Run:
bundle install
Creating new gallery for your engine:
rails g refinerycms_image_gallery singular_engine_name:gallery_name attribute:type
For example, if you wanna create new gallery called Top for Post engine:
rails g refinerycms_image_gallery post:top caption:string photographer:string
This generate a new tab Top Gallery in Posts engine.
But if you wanna generate a new gallery for a engine that already have a gallery, only do this:
rails g refinerycms_image_gallery post:bottom
This generate a new tab Bottom gallery in Posts engine with the same attributes.
Note: When you run this line, automaticly generate models, views and run a migrate with relationship between engine and images.
FAQs
Unknown package
We found that refinerycms-image-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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.