Skip to content

valo/session_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages