jquery-pjax-rails

This gem is an encapsulation of the jquery-pjax library

Usage

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

Contributing

  1. Fork it ( http://github.com//jquery-pjax-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 new Pull Request