Télécharger la liste

Description du projet

The Rails History Plugin is a Ruby on Rails plugin
that stores user actions (i.e. URLs that the user
has recently visited). It avoids storage of POST
and AJAX requests, and it provides a manual way to
specify which actions not to store.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-26 15:58
0.2

Cette version corrige un bug où une variable utilisateur a été stocké dans une variable de classe au lieu d'une première séance, de sorte qu'un utilisateur qui remonte ferait une autre sauter d'une page de son histoire. Le plugin ne stocke plus d'requêtes PUT et DELETE. Une méthode peek_last_location a été ajouté à regarder l'histoire sans la modifier, et une «force» de paramètre a été ajouté à la méthode store_location de forcer le stockage d'un lieu, même si elle devrait normalement être ignorés.
Tags: Minor feature enhancements
This release fixes a bug where a user variable was
stored in a class variable instead of a session
one, so a user going back would make another one
skip a page in its history. The plugin no longer
stores PUT and DELETE requests. A
peek_last_location method was added to look at the
history without modifying it, and a "force"
parameter was added to the store_location method
to force storing of a location even if it would
normally be skipped.

2006-06-01 15:23
0.1

Tags: Initial freshmeat announcement

Project Resources