UNMAINTAINED - See notice in README
Adds jquery-cookie to the Rails 3 asset pipeline.
In your Gemfile, add the following line:
gem 'jquery-cookie-rails'
Now run bundle install
.
For Rails 3.2 and greater, the files will be added to the asset pipeline and available for you to use.
Simply the following to app/assets/javascripts/application.js
after jQuery:
//= require jquery
//= require jquery.cookie
I didn't write any of the Javascript included within jquery.cookie.
All props goto Klaus Hartl.
Copyright (c) 2012 Ryan Scott Lewis. See LICENSE for details.