popupoverlay-rails

The jquery popup overlay library ready to play with Rails Asset Pipeline

Usage

Add the following to your gemfile:

gem 'popupoverlay-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require popupoverlay

Versioning

popupoverlay-rails 1.7.6 == jquery-popupi-overlay 1.7.6

Contributing

  1. Fork it ( https://github.com/[my-github-username]/popupoverlay-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request