No commit activity in last 3 years
No release in over 3 years
Provides the jQuery Modal assets for your Rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 2.2.10
>= 12.3.3
 Project Readme

THIS GEM IS NO LONGER UPDATED

If you require newer versions of the asset files you can do 'yarn add jquery-modal' or download them from the Github repository.

Intro

This gem vendors the jQuery Modal assets for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use.

For info on how to use jQuery Modal or get the unmodified asset files visit:

jQuery modal

Using the gem

In your Gemfile add:

gem 'jquery-modal-rails-assets'

You can then include it in your app by adding the following to your javascript application file:

//= require jquery.modal

And to the css application file:

 *= require jquery.modal