ShowYourCookies
Installation
Add this line to your application's Gemfile:
gem 'show_your_cookies', group: :development
And then execute:
$ bundle
Usage
After install this gem, logging session like below.

Contributing
- Fork it ( https://github.com/hrysd/show_your_cookies/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request