This website requires JavaScript.
Explore
Help
Sign In
deac
/
couchrest_model
Watch
1
Star
0
Fork
You've already forked couchrest_model
0
Code
Issues
Pull requests
Releases
Wiki
Activity
b0dca70b02
couchrest_model
/
lib
/
couchrest
/
more
History
Luke Burton
2057e59777
To 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.
2009-08-20 12:25:12 -07:00
..
casted_model.rb
made all the specs run on 1.9.2, yay :)
2009-08-01 14:21:18 -07:00
extended_document.rb
To 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.
2009-08-20 12:25:12 -07:00
property.rb
Make "property :foo, :default => false" work
2009-04-28 11:38:00 +08:00