Skip to content

jeremyz/zorglub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jérémy Zurcher
Apr 9, 2025
eab090f · Apr 9, 2025
Feb 1, 2013
Apr 9, 2025
Oct 1, 2024
Feb 12, 2014
Jan 4, 2012
Feb 12, 2014
Oct 1, 2024
Aug 12, 2024
Apr 9, 2025
Jan 4, 2012
Feb 12, 2014
Feb 12, 2014
Jan 5, 2012
Aug 20, 2024

Repository files navigation

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

About

a very very light and tiny rack based web application framework

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published