URI.parse(x) can’t do UTF-8, so working around...
couch # to clean out [old/all] views
couch # to track continuous changes in a CouchDB databases
using a new Patron::Session for each request (yes, they seem GC friendly)
Rufus::Jig::Couch # and # methods
Rufus::Jig::Couch returns true (was nil) when trying to put into a missing db
unified :timeout => sec option and Rufus::Jig::TimeoutError
fixed small issue with em-http-request and ’/’ path
Ruote::Couch.new now passes options when doing Rufus::Jig::Http
temporary fallback to net/http for Couch#attach and patron
implemented Rufus::Jig::Couch#attach and # warning : Patron as of 0.4.5 is not OK with PUTting attachments
implemented Rufus::Jig::Couch#post
fixed bug with Couch and delete(‘missing’)
couch : shortened time between put { delete if re_put_ok == false; put }
test/con to test/conc (win issue), thanks gauched
made net/http Http thread-safe (serialization through synchronization)
:re_put_ok => false rework (deleting at first)
Couch now handling conflict re-get by itself
:re_put_ok => false option for Rufus::Jig::Couch (refusing puts on deleted documents)
using rufus-json
implemented :force_json => true for services returning JSON in plain/text
:accept => :json as a shorcut for :accept -> ‘application/json‘
implemented close for Http and Couch classes
returning true (not raising) in case of 409 conflict
using jeweler (thanks Kenneth)
made jig/patron really thread-safe
made jig/patron thread-safe
delete(doc) without _rev now raises ArgumentError
Patron session go stale. Now refreshing them at each request.
CouchDatabase#put_doc : 1 or 2 params
fixed issue with ’/’ and net/http. Thanks Torsten.
Generated with the Darkfish Rdoc Generator 1.1.6.