-
Notifications
You must be signed in to change notification settings - Fork 0
A simple plugin to dump client's session data at each request
License
valo/session_dump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SessionDump =========== This is a small gem, which allows the controllers to easily dump the current session at each request. Install ======= The installation is done through ruby gems: gem install session_dump Example ======= Here it is how it is used: class ApplicationController < ActionController::Base include SessionDump end This will cause all the controllers inheriting from ApplicationController to dump their session data after each request. Copyright (c) 2009 Valentin Mihov, released under the MIT license
About
A simple plugin to dump client's session data at each request
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published