0.0
No commit activity in last 3 years
No release in over 3 years
Uses jStorage.js to allow browsers to store more information than is save to store in a Cookie
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.10
~> 10.0
>= 0
 Project Readme

jStorage-rails

A gem that packages the jStorage.js (version 0.4.12) library for the Rails asset pipeline. The JS library allows storage of data in the user's browser's local storage and works from IE7 onwards. See https://github.com/andris9/jStorage for more information.

Installation

Add this line to your application's Gemfile:

gem 'jstorage-rails'

And then execute:

$ bundle

Don't forget to modify your application.js file

//= require jstorage

Dependencies

  • Rails >= 3.1
  • JQuery 1.8+

TODO

  • Tests and much more. Use at your own risk.

Included Libraries

https://github.com/andris9/jStorage