
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
splendeo-lightbox2_helpers
Advanced tools
=lightbox2_helpers
This package contains helpers that allows the usage of http://www.huddletogether.com/projects/lightbox2/ directly on your rails projects.
Version of lightbox2 used: v2.04
==Usage Copy these two lines inside the head section of your layout file / view <%= javascript_include_tag :defaults %> <%= lightbox2_helpers_includes %>
You can use link_to_lightbox2 from then on.
Easy example: <% link_to_lightbox2 "See picture", @picture, :group => picture.gallery_id, :title => picture.title %>
Example with a block <% link_to_lightbox2 @picture.path, :group => gallery.name, :title => picture.caption do %> <%=image_tag @picture.thumbnail_path %> <% end %>
==Installation
===As a gem Copy this on config/environment.erb, inside the gems section config.gem "splendeo-lightbox2_helpers", :lib => 'lightbox2_helpers', :source => "http://gems.github.com" Then execute rake gems:install
===As a plug-in I actually haven't tried this, sorry I don't know how to do it.
FAQs
Unknown package
We found that splendeo-lightbox2_helpers 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
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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.