No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.