public
Description: Quick sample application using Merb with DataMapper and CouchDB
Homepage:
Clone URL: git://github.com/stevebartholomew/merb-dm-couchdb-sample.git
name age message
file .gitignore Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
file README Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
file Rakefile Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory app/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory autotest/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory config/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory doc/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory public/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory spec/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
directory tasks/ Mon Oct 20 12:52:03 -0700 2008 first commit [stevebartholomew]
README
= Merb, DataMapper & Couchdb

Requirements:
* dm-couchdb-adapter
* CouchDB (http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html)

== Using

1. Create a database on CouchDB called 'articles'
2. Run merb

== Playing Around

Try just adding properties to the Article model - no need to migrate