Merge remote branch 'remotes/old/master'

Conflicts:
	README.md
	couchrest.gemspec
	lib/couchrest.rb
	lib/couchrest/mixins/properties.rb
This commit is contained in:
Tapajós 2009-09-03 23:10:06 -03:00
commit 3c2ebb022d
9 changed files with 51 additions and 7 deletions

View file

@ -224,6 +224,7 @@ module CouchRest
# if the document is not saved properly.
def save!
raise "#{self.inspect} failed to save" unless self.save
true
end
# Deletes the document from the database. Runs the :destroy callbacks.