This gem provides the apprise project found at https://github.com/ThrivingKings/Apprise for the Rails asset pipeline (available since Rails 3.1).
To make use of this project add the following line to 'app/assets/javascripts/application.js':
//= require apprise
and add the following line to 'app/assets/stylesheets/application.css':
*= require apprise
In your Gemfile, add this line:
gem "apprise-rails"
Then, run bundle install
.
That's it!