RubyGems Navigation menu

cookie_tracker 1.0.0

The cookie_tracker gem allows you to declare a hash of parameters along with default values that you wish to be loaded/stored in the user's cookies during each page load. Each parameter will be loaded into it's own instance variable of the same name for easy access in controllers and views. If the parameter is passed in the params[] hash, the new value will automatically be stored in the correct cookie and replace the old or default value. This makes it easy to track various options that a user can select on a page, such as items per page, search queries, and custom display settings. If a user clicks off to another page on your site, their settings will be remembered when they return. You can declare the default cookie lifetime options in an initializer or override them at runtime.

Gemfile:
=

安装:
=

版本列表:

  1. 1.2.0 December 18, 2011 (16.0 KB)
  2. 1.0.0 December 17, 2011 (13.5 KB)

Runtime 依赖 (1):

rails >= 0

Development 依赖 (1):

sqlite3 >= 0

业主:

作者:

  • Dan Knox

SHA 256 校验和:

=

下载总量 8,806

这个版本 3,847

版本发布:

许可:

需要的 Ruby 版本:

链接: