cc9ed83cd3Added an update_doc method to database to handle conflicts during atomic updates. Also added appropriate specs
Pierre Larochelle
2009-12-18 00:03:05 -0500
b7209c258fupdating history
Marcos Tapajós
2010-01-13 21:19:03 -0200
6702574b32moving all examples to wiki
Marcos Tapajós
2010-01-13 21:07:59 -0200
4a8015b119Move the provides_collection declaration into the Article test fixture, and out of the test, fixing a test case that was failing in ruby 1.9.
John Wood
2010-01-07 08:51:06 -0600
08cf9e59b6Fixing incorrectly generated document URIs with testing
Sam Lown iMac
2009-09-28 21:42:17 +0200
b55a3ec0d3fix regexp escaping issue in test fixture view
Chris Anderson
2009-12-20 11:07:53 -0800
55d661dd10Merge branch 'igal/with_save_doc_batch_mode'
Chris Anderson
2009-11-16 13:44:00 -0800
0300a95929Merge branch 'couchrest/master' into igal-merge
Chris Anderson
2009-11-16 13:34:12 -0800
d0d5eec199Added CouchRest::Database#bulk_save_doc and #batch_save_doc as human-friendlier wrappers around #save_doc.
Igal Koshevoy
2009-11-15 23:15:20 -0800
62ea68df63Improved CouchRest::Database#save_doc, added "batch" mode to significantly speed up saves at cost of lower durability gurantees.
Igal Koshevoy
2009-11-15 23:14:09 -0800
b8bda3bb02Initialization of ExtendentDocument model shouldn't failed on a nil value in argument
deepj
2009-11-10 03:23:55 +0100
b5d09afef5Adds attribute protection to properties Public Facing * through either :protected or :accessible8 flags * prevents protected attributes from being set in mass assignment Developer Facing * refactors #initialize and #update_attribute_without_saving to use same private methods to set attributes on ExtendedDocument * adds new mixin to do protection
Will Leinweber
2009-09-26 18:24:26 -0500
58d621d399Changing some validations to be compatible with activemodel.
Tapajós
2009-10-30 16:07:59 -0200
d4010ad76eI think that init_method is more semantic that send.
Tapajós
2009-10-23 23:42:48 -0200
164ef6bc9dfixed a encoding bug with ruby1.9
Matt Aimonetti
2009-10-23 15:47:20 -0200
b5d6baaf11Save on Document & ExtendedDocument crashed if bulk
Julien Sanchez
2009-10-12 19:55:02 +0800
e878234bd6fixed a failing spec
Matt Aimonetti
2009-08-24 17:36:33 -0700
ccdf9d779aremoved the Database class deprecation notices
Matt Aimonetti
2009-08-24 17:32:34 -0700
a3cc649616last touch up before merging all the 0.4 changes
Matt Aimonetti
2009-08-24 17:12:13 -0700
64a51b73aemerged Peter's stuff
Matt Aimonetti
2009-08-24 16:57:58 -0700
feb09f9764Removed amount_pages calculation for the pagination collection, since it cannot be reliably calculated without a view
John Wood
2009-08-20 08:05:39 -0500
b0dca70b02Fixed a bug in the pagination code that caused it to paginate over records outside of the scope of the view parameters.
John Wood
2009-08-19 12:26:25 -0500
2057e59777To address http://github.com/couchrest/couchrest/issues/#issue/2, we simply remove the check on the value returned by database.save_doc. Errors from RestClient or CouchDB itself will be propagated as exceptions, which an upstream client should handle for themselves.
Luke Burton
2009-08-20 12:12:34 -0700
f8e6a81653Bumped gemspec to force gem rebuild
Peter Gumeson
2009-08-17 02:30:50 -0700
44d02c4b32Rails logger is no longer needed.
Peter Gumeson
2009-08-16 21:19:45 -0700
1938270d65Merge commit 'mattetti/master'
Peter Gumeson
2009-08-12 16:48:13 -0700
accb50dd02clean up some deprecated specs and old comments
Chris Anderson
2009-08-06 13:33:23 -0700
485bba41efweaken an assertion that was failing for me, even though the feature works
Chris Anderson
2009-08-06 13:31:55 -0700
212bc79f3efix content_type handling for attachments
Chris Anderson
2009-08-06 13:04:17 -0700
441fe94a39Merge branch 'master' of git://github.com/couchrest/couchrest into couchrest/master
Chris Anderson
2009-08-06 12:57:58 -0700
db4afcac14color specs
Chris Anderson
2009-08-06 12:57:47 -0700
6811745a32bumped the version number to 0.33
Matt Aimonetti
2009-08-03 12:23:13 -0700