0
0
A ruby toolset to build web pages.
Go to file
Gibheer 79537632ac added new router to the tools
This small router is intended to work like URLMap, but with the feature
that it can extract variables from routes.
2012-10-13 11:48:11 +02:00
lib added new router to the tools 2012-10-13 11:48:11 +02:00
spec added new router to the tools 2012-10-13 11:48:11 +02:00
.gitignore added .gitignore 2012-10-13 11:48:10 +02:00
.rspec added rspec for testing and a thor task 2012-10-11 06:36:36 +02:00
config.ru added new router to the tools 2012-10-13 11:48:11 +02:00
Gemfile added rack as a dependency 2012-10-11 06:37:23 +02:00
Gemfile.lock added rack as a dependency 2012-10-11 06:37:23 +02:00
README.md initial commit 2012-10-04 20:17:07 +02:00
Thorfile added rspec for testing and a thor task 2012-10-11 06:36:36 +02:00
zero.gemspec added rack as a dependency 2012-10-11 06:37:23 +02:00

zero - a web helper

This is a small collection of helpers to create small and easy to use web applications.