Rails History 0.2
I've just release a new version of my Ruby On Rails history plugin.
It 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.
It now doesn't store PUT and DELETE request.
It adds a new method peek_last_location to look at the history without modifying it, and a force parameter to the store_location method to force storing of a location even if it would normally be skipped (being a post request for example).
See the changelog for the full details or download the new release here.
0 comments