Hi all, we are starting a big application based on Ruby on Rails. We are using Percona XtraDB Cluster ( http://www.percona.com/software/percona-xtradb-cluster) as the main database. Besides that, we have a lot of "static" data. I want to use CouchDB to store these data and am now wondering, which is the best way to communicate with CouchDB from the Rails application.
We (the community) learned, that communicating with CouchDB in a ActiveRecord manner is simply wrong (CouchDB & Ruby: You're Doing It Wrong by Tim Anglade -> https://www.youtube.com/watch?v=zEMfvCqVL4E). gems I know but use AR (afaik): https://github.com/langalex/couch_potato https://github.com/phifty/couchmodel https://github.com/couchrest/couchrest_model Thanks for sharing your experience. Cheers Andy -- Andy Wenk Hamburg - Germany RockIt! GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 https://people.apache.org/keys/committer/andywenk.asc
