RailsCasts Pro episodes are now free!

Learn more or hide this

Brewster's Profile

GitHub User: brewster1134

Site: http://goo.gl/h7A0R

Comments by Brewster

Avatar

I recently wrote a very simple library to handle queuing get/post requests before I stumbled upon this episode. Its nice to be reassured of the approach. If anyone is interested, its available at

https://github.com/brewster1134/jquery.cumin

It currently only supports localstorage, but i plan on supporting cookies and a plain JS object to store the queue in the future.

Feel free to post issues or contribute.