by Jérémy Zurcher
http://asynk.ch
a nano web application framework based on rack
- class#method mapping scheme (/class_mapping/method_name/*args)
- class level layout and engine specification
- method level layout, engine and view specification
- before_all and after_all methods callbacks
- redirection
- partial
- class level inherited variables
- session
For a simple test application run:
- rackup ./example/sample.ru
Don't forget to look at
- the spec/ folder
- rack
From rubygems:
[sudo] gem install zorglub
or from the git repository on github:
git clone git://github.com/jeremyz/zorglub.git && cd zorglub && rake install
You can find this project in a few places:
Online repositories:
MIT see MIT_LICENSE