Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-11 | use class_options for the controller | Gibheer | 1 | -3/+6 | |
2013-01-11 | easier environment generation | Gibheer | 1 | -0/+18 | |
This still needs some work, but it should definitly be easier to generate new environments now. Why is that even so much work? | |||||
2013-01-06 | Kill all mutants i Zero::Request | Stormwind | 1 | -0/+5 | |
Fix tests for PATCH, because spec_helper didn't support it and the tests where wrong. Remove if statement from "conent_type", because ruby already returns nil, if the requested key in a hash is not found. (Sounds a bit ugly, but it's true.) | |||||
2012-12-17 | run simplecov only when needed | Gibheer | 1 | -4/+6 | |
2012-11-30 | delete all.rb in favorite of zero.rb | Gibheer | 1 | -1/+1 | |
2012-11-26 | specs for rendering | Gibheer | 1 | -0/+10 | |
2012-11-24 | SimpleCov runs on latest rbx head | Gibheer | 1 | -5/+4 | |
2012-11-20 | add simplecov to get metrics | Gibheer | 1 | -0/+7 | |
This only works with MRI, but should be good enough. | |||||
2012-11-20 | add a spec controller | Gibheer | 1 | -0/+5 | |
2012-11-16 | added rack to generate environments | Gibheer | 1 | -0/+1 | |
2012-11-16 | call is a class function | Gibheer | 1 | -1/+1 | |
2012-11-13 | more specs for the #? methods of request | Gibheer | 1 | -0/+15 | |
2012-11-12 | extend the helper a bit | Gibheer | 1 | -2/+16 | |
2012-11-08 | use zero/all to require everything | Gibheer | 1 | -1/+1 | |
2012-10-13 | added new router to the tools | Gibheer | 1 | -0/+14 | |
This small router is intended to work like URLMap, but with the feature that it can extract variables from routes. |