0.01
No commit activity in last 3 years
No release in over 3 years
A plugin for the Padrino web framework which adds support for Rails like cookie manipulation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Overview

Padrino Cookies is a plugin for the Padrino web framework which adds support for Rails like cookie manipulation.

Setup & Installation

Include it in your project's Gemfile:

gem 'padrino-cookies'

Modify your app/app.rb file to register the plugin:

class ExampleApplication < Padrino::Application
  register Padrino::Cookies
end

Dependencies

TODO

  • Additional documentation

Copyright

Copyright © 2012 Benjamin Bloch (Cirex). See LICENSE for details.