From 32d0d54d1c1a408ce05cb24aa5444983a34e9cd9 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Sun, 16 Jan 2011 17:11:31 +0100 Subject: [PATCH] Adding extensions list to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0ef84b0..2811acd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@ but no guarantees! ### Model $ rails generate model person --orm=couchrest_model + +## Useful links and extensions + +Try some of these gems that add extra funcionality to couchrest_model: + +* [memories](http://github.com/moonmaster9000/memories) - object versioning using attachments (Matt Parker) +* [couch_publish](http://github.com/moonmaster9000/couch_publish) - versioned state machine for draft and published documents (Matt Parker) +* [couch_photo](http://github.com/moonmaster9000/couch_photo) - attach images to documents with variations (Matt Parker) +* [copycouch](http://github.com/moonmaster9000/copycouch) - single document replication on documents (Matt Parker) +* [recloner](https://github.com/moonmaster9000/recloner) - clone documents easily (Matt Parker) + +If you have an extension that you'd us to add to this list, please get in touch! ## General Usage