Low commit activity in last 3 years
A long-lived project that still receives updates
jQuery Colorbox integration for Rails 3.1+ asset pipeline
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 3.1
 Project Readme

jquery-colorbox-rails

Gem Version

jquery-colorbox-rails integrates jquery.colorbox with rails 3.1+ asset pipeline.

Colorbox version: 1.6.4

Installation

Add

gem 'jquery-colorbox-rails'

to your Gemfile

and

//= require jquery.colorbox

to your app/assets/javascripts/application.js or other js manifest file.

For i18n integration (e.g. pl language) also add:

//= require jquery.colorbox-pl

To use one of attached css examples add:

*= require jquery.colorbox-example1

to your css manifest file. There are 5 examples availables (example1, example2...and so on).