Project

sbsm

0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Application framework for state based session management
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
< 2.8.0
 Project Readme

sbsm

DESCRIPTION:

Application framework for state based session management. See lib/sbsm.rb

FEATURES/PROBLEMS:

  • Open problems ** There is no real integration test using rack-test to prove that a minimal app is working ** Handling redirects is not tested (and probably will not work) ** Handling passthru is not tested (and probably will not work) ** I get often the error Errno::EACCES at / Permission denied @ rb_sysopen - /tmp/sbsm_lock. Reloading the page once or twices fixes the problem.

REQUIREMENTS:

  • Ruby 2.3

INSTALL:

  • gem install sbsm

or

De-Compress archive and enter its top directory. Then type:

  • gem install bundler
  • bundle exec rake install:local

You can also install files into your favorite directory by supplying setup.rb some options. Try "ruby setup.rb --help".

TESTING

  • bundle exec test/suite.rb

DEVELOPERS:

  • Masaomi Hatakeyama
  • Zeno Davatz
  • Hannes Wyss (upto Version 1.0)
  • Niklaus Giger (Port to Ruby 2.3.0)

LICENSE:

  • GPLv2.1