jquery-colorbox-rails integrates jquery.colorbox with rails 3.1+ asset pipeline.
Colorbox version: 1.4.36
Add
gem 'jquery-colorbox-rails'` to your Gemfile
and
//= require jquery.colorboxto your app/assets/javascripts/application.js or other js manifest file.
For i18n integration (e.g. pl language) also add:
//= require jquery.colorbox-plTo use one of attached css examples add:
*= require jquery.colorbox-example1to your css manifest file. There are 5 examples availables (example1, example2...and so on).