This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
arun.thampi (author)
Tue Jan 22 03:04:24 -0800 2008
commit 5c8acca9ca4a95f90e93f14bf5064d5cc1fd97c7
tree fb31579c76a66e505500b9bd0ea152d35bd1450f
parent 9382da6dd9089dd98b31f21d9406481577e3ed3a
tree fb31579c76a66e505500b9bd0ea152d35bd1450f
parent 9382da6dd9089dd98b31f21d9406481577e3ed3a
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Tue Dec 04 00:56:05 -0800 2007 | [arun.thampi] |
| |
README | Sun Dec 16 10:44:04 -0800 2007 | [arun.thampi] |
| |
active_couch.rb | Tue Jan 22 03:04:24 -0800 2008 | [arun.thampi] |
| |
active_couch/ | Tue Jan 22 03:04:24 -0800 2008 | [arun.thampi] |
| |
spec/ | Tue Jan 22 03:04:24 -0800 2008 | [arun.thampi] |
README
ActiveCouch aims to be an easy-to-use, familiar ORM library for the hot new kid on the block, CouchDB. * Preliminarily, - it will support ActiveRecord-esque functions such as find, create, save, etc. - location of the CouchDB will be specified through a very simple class method called 'site' similar to ActiveResource. - callbacks and observers (for example when to call upon saving of a new document) - migrations to add views to a CouchDB server * Nodes supported: - String, Integer, Float (E.g. has :name) - array (E.g. has_many :airports) Pre-requisites -------------- - Ruby 1.8.5 (http://www.ruby-lang.org) - Uses JSON gem (http://json.rubyforge.org), To install use gem install json) To run specs (and thus look at code samples) -------------------------------------------- - Install rspec gem (http://rspec.rubyforge.org, to install use gem install rspec)




