Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Dieses Release behebt einen Bug, bei dem ein Benutzer Variable wurde in eine Klasse, Variable anstelle einer Sitzung ein gespeichert, so dass ein Benutzer Rückkehr würde eine andere überspringen eine Seite in seiner Geschichte. Das Plugin nicht mehr gespeichert PUT und DELETE-Anfragen. Ein peek_last_location Methode wurde hinzugefügt, um die Geschichte ohne Änderungen daran sehen, und eine "Kraft"-Parameter wurde auf der store_location Methode hinzugefügt, um die Speicherung eines Standortes Kraft, auch wenn es in der Regel übersprungen werden.
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