0
0
A ruby toolset to build web pages.
Go to file
Stormwind b4e56c6868 Sets Content-Length to body string length
It joins the body array to a string and sets the Content-Length header
to its length.
2012-11-23 17:59:33 +01:00
lib Sets Content-Length to body string length 2012-11-23 17:59:33 +01:00
spec Sets Content-Length to body string length 2012-11-23 17:59:33 +01:00
.gitignore don't commit sample apps 2012-11-08 21:36:57 +01:00
.rspec added rspec for testing and a thor task 2012-10-11 06:36:36 +02:00
.travis.yml added travis 2012-11-14 07:28:07 +01:00
Gemfile added travis 2012-11-14 07:28:07 +01:00
Gemfile.lock move rack from runtime to dev dependency 2012-11-16 10:59:36 +01:00
Guardfile delete :version to avoid deprecation message 2012-11-15 06:43:54 +01: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 move rack from runtime to dev dependency 2012-11-16 10:59:36 +01:00

zero - a web helper

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