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
- Fork it ( https://github.com/[my-github-username]/popupoverlay-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request