hiq5 / prettyphoto-rails

Rails gem for easy prettyPhoto integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prettyphoto-rails

A gem to easily integrate prettyPhoto with the rails 3.1+ asset pipeline.

Currently this gem brings support for prettyPhoto v3.1.5.

Installation

First add the following lines to your applications Gemfile:

gem 'jquery-rails'
gem 'prettyphoto-rails'

Run bundle install.

Add the following lines to app/assets/javascripts/application.js:

//= require jquery
//= require prettyphoto-rails
//= require prettyphoto-rails-dev /* use this for uncompressed javascript code */

Finalize the setup by adding these lines to app/assets/stylesheets/application.css:

/*
 *= require_self
 *= require prettyphoto-rails
 */

Usage

Please refer to http://www.no-margin-for-errors.com/projects/prettyPhoto/ for all the details on how to use.

Credits

  • prettyPhoto is (c) Copyright Stephane Caron
  • This gem is maintained by @christian_mager

About

Rails gem for easy prettyPhoto integration.

License:GNU General Public License v2.0


Languages

Language:JavaScript 97.7%Language:Ruby 2.3%