Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-10 | newer versions of gems | Gibheer | 1 | -4/+4 | |
2012-12-10 | define the renderer at initialization | Gibheer | 2 | -5/+11 | |
2012-12-01 | release version 0.1.0v0.1.0 | Gibheer | 2 | -3/+4 | |
2012-12-01 | avoid changing existing environment keys | Gibheer | 2 | -2/+20 | |
2012-11-30 | it is a toolkit not a tool set | Gibheer | 1 | -2/+2 | |
2012-11-30 | delete all.rb in favorite of zero.rb | Gibheer | 3 | -6/+6 | |
2012-11-30 | Optional setting of status code on redirect | Stormwind | 2 | -2/+10 | |
2012-11-30 | Add redirect to response | Stormwind | 2 | -0/+19 | |
Now a relocation can be done, by calling redirect with the URL you want relocate to. This will set the Location header and set the status code to 302. | |||||
2012-11-30 | added sample repository to readme | Gibheer | 1 | -2/+3 | |
2012-11-30 | specs for the renderer access | Gibheer | 1 | -0/+11 | |
2012-11-30 | mapping is not needed at this point | Gibheer | 2 | -16/+0 | |
2012-11-30 | use URI to get parameters | Gibheer | 3 | -9/+21 | |
2012-11-29 | don't overwrite the request | Gibheer | 2 | -1/+9 | |
2012-11-29 | Throws an ArgumentError, if no template fits given types | Stormwind | 2 | -0/+13 | |
2012-11-29 | Throws ArgumentError, if given template does not exist | Stormwind | 2 | -5/+13 | |
2012-11-29 | Add default value for default templates | Stormwind | 2 | -5/+20 | |
If a template has no type specifcation in it's name, then we use 'default' as map name now. | |||||
2012-11-29 | added custom parameters in the router | Gibheer | 2 | -6/+19 | |
2012-11-29 | updated gem lock | Gibheer | 1 | -2/+2 | |
2012-11-29 | added custom parameter | Gibheer | 3 | -0/+103 | |
2012-11-27 | better specs for render | Gibheer | 3 | -21/+23 | |
2012-11-27 | fixed a typo | Gibheer | 1 | -1/+1 | |
2012-11-27 | added documentation for router | Gibheer | 1 | -0/+32 | |
2012-11-27 | Revert "added the first set of documentation" | Gibheer | 26 | -8745/+0 | |
This reverts commit 37a4a28deec224f7cd9a5a124e22258e868913e4. | |||||
2012-11-27 | Revert "refreshed documentation" | Gibheer | 17 | -367/+187 | |
This reverts commit be1afcd114d148dbfedb7a3fc068af64a83b5991. | |||||
2012-11-27 | more explanation in the readme | Gibheer | 1 | -4/+58 | |
2012-11-26 | refreshed documentation | Gibheer | 17 | -187/+367 | |
2012-11-26 | now the renderer correctly saves all templates | Gibheer | 2 | -25/+20 | |
Before this fix the renderer was not able to save the templates and types in the correct way. It still needs some cleanup, but it works now. | |||||
2012-11-26 | renderer is now able to render templates | Gibheer | 1 | -0/+28 | |
2012-11-26 | specs for rendering | Gibheer | 2 | -0/+44 | |
2012-11-26 | added more documentation to the renderer | Gibheer | 1 | -1/+20 | |
2012-11-26 | cleaned up the commit a bit more | Gibheer | 1 | -8/+11 | |
2012-11-26 | first commit for the new renderer | Gibheer | 5 | -117/+121 | |
This part handles the building of the template tree, which then gets used later by the containers. | |||||
2012-11-26 | added the first set of documentation | Gibheer | 26 | -0/+8745 | |
2012-11-26 | a small fix to make the controller useable | Gibheer | 1 | -0/+15 | |
This is just to use the controller for a demonstration on where this all is heading to. | |||||
2012-11-26 | transform the response to an array | Gibheer | 1 | -1/+1 | |
2012-11-26 | small minor cleanup | Gibheer | 1 | -5/+4 | |
This removes #process and replaces it with some documentation for it. Also the Rack::Response is replaced with Zero::Response. | |||||
2012-11-26 | removed doubled line | Gibheer | 1 | -4/+0 | |
2012-11-24 | Content-Length must be a String | Stormwind | 2 | -8/+8 | |
2012-11-24 | Write some documentation | Stormwind | 1 | -5/+12 | |
2012-11-24 | Add an = at the end of the content_type method | Stormwind | 2 | -5/+5 | |
Shall made use of this functionality more confortable, even if it's not a real attribute of this class. | |||||
2012-11-24 | Delete Content-Length. Conten-Type and body on status 304 | Stormwind | 2 | -2/+13 | |
2012-11-24 | Add self. on uses of own methods with an = in it | Stormwind | 1 | -3/+3 | |
Fixes errors | |||||
2012-11-24 | SimpleCov runs on latest rbx head | Gibheer | 1 | -5/+4 | |
2012-11-23 | Delete Content-Length. Conten-Type and body on status 204 | Stormwind | 2 | -5/+22 | |
Should work, but somehow it doesn't... | |||||
2012-11-23 | Sets the Content-Type in to_a unless it is already set before | Stormwind | 2 | -4/+18 | |
The default value is 'text/html'. | |||||
2012-11-23 | content_type sets the Content-Type header to the given value | Stormwind | 2 | -3/+18 | |
2012-11-23 | Sets the Content-Length in to_a unless it is already set before | Stormwind | 2 | -4/+11 | |
2012-11-23 | Sets Content-Type header in to_a | Stormwind | 2 | -1/+7 | |
2012-11-23 | Add simplecov to Gemfile and gemspec | Stormwind | 3 | -0/+8 | |
2012-11-23 | Merge remote-tracking branch 'origin/master' | Stormwind | 4 | -24/+68 | |