Project

zorglub

0.0
A long-lived project that still receives updates
A very stripped down version of innate.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

zorglub

by Jérémy Zurcher
http://asynk.ch

Build Status Coverage Status Gem Version

DESCRIPTION:

a nano web application framework based on rack

FEATURES:

  • 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

SYNOPSIS:

For a simple test application run:

  • rackup ./example/sample.ru

Don't forget to look at

  • the spec/ folder

REQUIREMENTS:

  • rack

DOWNLOAD/INSTALL:

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

RESOURCES:

You can find this project in a few places:

Online repositories:

LICENSE:

MIT see MIT_LICENSE