index
:
libzero/zero
master
zero - a ruby toolkit for building web services
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-23
Sets Content-Length to body string bytesize
Stormwind
1
-1
/
+1
2012-11-23
Sets Content-Length to body string length
Stormwind
1
-1
/
+1
2012-11-23
Remove @s in to_a
Stormwind
1
-1
/
+1
2012-11-23
content_length sets the Content-Length to 0
Stormwind
1
-0
/
+7
2012-11-18
Add some TODOs
Stormwind
1
-1
/
+5
2012-11-18
Add default value for the body
Stormwind
1
-1
/
+2
2012-11-18
Add default value for header
Stormwind
1
-0
/
+1
2012-11-17
Add default value to status code
Stormwind
1
-0
/
+7
2012-11-17
Converts any input in status to an integer
Stormwind
1
-1
/
+11
2012-11-16
added specs for Renderer.transform
Gibheer
1
-2
/
+2
2012-11-16
documentet the renderer and added a spec
Gibheer
1
-6
/
+65
2012-11-16
corrected the naming of #accept, before #media_types
Gibheer
1
-1
/
+1
2012-11-16
corrected documentation
Gibheer
1
-1
/
+1
2012-11-16
changed the name of the functions
Gibheer
1
-6
/
+6
2012-11-16
this adds a new accept type
Gibheer
3
-58
/
+80
2012-11-16
Add simple response object
Stormwind
2
-0
/
+20
2012-11-16
replace rack router with the zero router
Gibheer
1
-4
/
+1
2012-11-16
added self.create to the request
Gibheer
1
-0
/
+6
2012-11-15
check for nil argument and use an empty array
Gibheer
1
-1
/
+5
2012-11-15
added the implemention for #server
Gibheer
2
-0
/
+48
2012-11-15
added docs for #client
Gibheer
1
-0
/
+2
2012-11-15
added Client to the request
Gibheer
2
-0
/
+36
2012-11-14
changed the setting of @@map
Gibheer
1
-1
/
+1
2012-11-14
added documentation for parameter constants
Gibheer
1
-0
/
+4
2012-11-13
added more documentation
Gibheer
1
-6
/
+6
2012-11-13
use #method for @method declaration
Gibheer
1
-8
/
+9
2012-11-13
add reader for environment
Gibheer
1
-0
/
+4
2012-11-13
added comments for the constants
Gibheer
1
-0
/
+8
2012-11-13
replace head? with patch?
Gibheer
1
-1
/
+1
2012-11-12
added more documentation
Gibheer
1
-7
/
+21
2012-11-08
added the two new facilities
Gibheer
1
-0
/
+2
2012-11-08
added a small renderer
Gibheer
1
-0
/
+31
2012-11-08
replacement for rack request
Gibheer
3
-0
/
+193
2012-11-08
fixed the documentation
Gibheer
1
-1
/
+1
2012-11-08
file to require everything
Gibheer
1
-0
/
+2
2012-11-08
use zero/all to require everything
Gibheer
2
-5
/
+3
2012-10-13
added new router to the tools
Gibheer
3
-2
/
+79
2012-10-06
Rack::Response and Rack::Request work pretty good
Gibheer
3
-44
/
+8
2012-10-05
switched render with response
Gibheer
1
-2
/
+2
2012-10-05
changed the way rendering happens
Gibheer
1
-1
/
+12
2012-10-05
a small api is needed
Gibheer
1
-1
/
+1
2012-10-05
the body is an array
Gibheer
1
-1
/
+1
2012-10-05
small changes to get it working
Gibheer
1
-2
/
+2
2012-10-05
added the request as a parameter to the controller
Gibheer
1
-0
/
+5
2012-10-05
fixed small error
Gibheer
1
-1
/
+1
2012-10-05
forgot the include for the new classes
Gibheer
1
-1
/
+3
2012-10-05
added some basic structures
Gibheer
3
-0
/
+46
2012-10-05
throw out the server as it was a test
Gibheer
1
-7
/
+0
2012-10-04
initial commit
Gibheer
3
-0
/
+13