peritor / simply_stored

A convenience wrapper around CouchDB (using CouchPotato) that supports relations and S3 attachments
Other
140 stars 16 forks source link

undefined method `each_pair' ActiveModel::Errors when saving #16

Open msolovyov opened 13 years ago

msolovyov commented 13 years ago

This was fixed in the 0.6.0 of couch_potato to make it compatible with rails 3.1, since simply_stored is using 0.5.7 the issue is there.

See for reference: https://github.com/langalex/couch_potato/pull/39 https://github.com/langalex/couch_potato/issues/40 https://github.com/dozeo/couch_potato/commit/0ff2323ea636c1aa65aa7a9e790fbe37e4095b7a#L1L173