valo/session_dump
Folders and files
| Name | Name | 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