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
Project
session_dump
A small gem, which allows the controllers to easily dump the current session at each request.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Dependencies
Project Readme