ajaxmanager-rails

Ajaxmanager (by Alexander Farkas) packaged as a gem for Rails. Ajaxmanager helps you to manage AJAX requests and responses (i.e. abort requests, block requests, order requests). It is inspired by the AJAX Queue Plugin and the AjaxQueue document in the jQuery-Wiki.


Install
gem install ajaxmanager-rails -v 3.12

Documentation

About

Ajaxmanager (by Alexander Farkas) packaged as a gem for Rails. Ajaxmanager helps you to manage AJAX requests and responses (i.e. abort requests, block requests, order requests). It is inspired by the AJAX Queue Plugin and the AjaxQueue document in the jQuery-Wiki.

How to Use

Add the following to your GemFile: `gem 'ajaxmanager-rails'

Then add the following to your application.js manifest: //= require ajaxmanager

Full documentation for Ajaxmanager can be found at http://www.protofunc.com/scripts/jquery/ajaxManager/

Don't forget to run bundle update after upgrading to the latest gem version to ensure it's used by your rails app.