0.0
No commit activity in last 3 years
No release in over 3 years
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
 Dependencies
 Project Readme
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