0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump to 0.0.11 for security fix More... about 13 years ago
disable yaml media type after cve-2013-0156: More... about 13 years ago
use `gem build` over `rake package` More... about 14 years ago
include a simple example application More... about 14 years ago
bump to 0.0.10 More... about 14 years ago
include the doze error in the extras given to error resources. allows custom error resources to potentially elaborate on the default response More... about 14 years ago
minor clarification More... over 14 years ago
bump version to 0.0.9 More... over 14 years ago
doze applications can raise 401 and 403 errors More... over 14 years ago
Bit of a braindump TODO for Doze More... over 14 years ago
Make HTML serialization play nice with quadhexbytes URI template variables. Bumps to 0.0.8 More... over 14 years ago
Fix a test failure testing fallback behaviour when a friendly 404 error resource fails and then a friendly 500 fails too More... almost 15 years ago
Gem and bundler tweaks to bring project into line with our more recent conventions More... almost 15 years ago
bump version to 0.0.7 More... almost 15 years ago
Include 404s in doze's list of known client errors More... almost 15 years ago
bump version to 0.0.6 More... about 15 years ago
New resource unavailable error for use within resource code, get client resource errors to extend Doze::ClientError, clarify that Responder#response is not just an accessor More... about 15 years ago
Bump version to 0.0.5 More... over 15 years ago
URITemplate supports quadhexbytes variables, and improved extensibility for other template variable types in future More... over 15 years ago
Some more URITemplate escape/unescape fixes and couple of extra test assertions for them More... almost 16 years ago
Bumped version to 0.0.4
get
More... almost 16 years ago
URITemplate parts structure flattened out for the optimised WithPrefix subclass More... almost 16 years ago
Speedup for with_prefix which allows the compilation of the expand method to benefit examples which use with_prefix More... almost 16 years ago
Optimise matching inside URITemplate. Uses quicker inlined version of Rack::Utils.unescape and memoizes a few things. Around 50-60% speedup on some cases I tried More... almost 16 years ago
URI template optimisation for template expansion. Now compiles a ruby expression on creation of the template object. approx 50% speedup on a simple case I tried More... almost 16 years ago
Doze handling of media-type-specific extensions now a special framework capability; media type extension extracted before routing, and used by the request's negotiator to affect representations selected for all responses to that request, including (crucially) error responses. More... about 16 years ago
Fix for proxying of different arities of post method in Resource::Proxy More... about 16 years ago
Use media-type specific entity class for multipart uploads More... about 16 years ago
Register json and yaml extensions; allow html extension to be registered to media type associated with supplied HTML serialization entity if desired More... about 16 years ago
allow underscore in media type route file extensions More... about 16 years ago