This gem is an encapsulation of the jquery-pjax library
Add this line to your Rails application's Gemfile:
gem 'jquery-pjax-rails'
And then execute:
$ bundle
Add the following directive to your Javascript manifest file (application.js):
//= require jquery.pjax
- Fork it ( http://github.com//jquery-pjax-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 new Pull Request