jquery-justified-gallery-rails
A gem to automate using jQuery Justified Gallery with Rails
Installation
Add this line to your application's Gemfile:
gem 'jquery-justified-gallery-rails'
And then execute:
$ bundle
CSS
Add the following to application.css
*= require justifiedGallery
Javascripts
Add the folowing to application.js
//= require jquery.justifiedGallery
License
The gem is available as open source under the terms of the MIT License.