public
Fork of chuyeow/activecouch
Description: ActiveCouch is a simple, convenient, Ruby-idiomatic wrapper for CouchDB
Homepage: http://github.com/arunthampi/activecouch
Clone URL: git://github.com/arunthampi/activecouch.git
Removal of cruft in preparation for a brave new world
arunthampi (author)
Sat Jun 07 07:29:30 -0700 2008
commit  a25afd7ffdd8b2ae515aae6c982dbb05861a0a5d
tree    2fa5a5000a8130c735c0b0613cbe166733587fb0
parent  95bc24e627de2685f7926295e8a8505bdd8806d0
0
...
23
24
25
26
27
28
29
30
31
32
...
23
24
25
 
 
 
 
26
27
28
0
@@ -23,10 +23,6 @@ Show me the docs
0
 We have some pretty basic RDoc bundled along with the source code. But the best source of documentation and sample code at this point will be the specs. The layout for specs has been inspired from the very inspiring Rubinius project (http://rubini.us) where each class has its own directory, and each method has its own spec file, thus making it very readable.
0
 
0
 
0
-Show me the code
0
-----------------
0
-SVN Repo is here: http://activecouch.googlecode.com/svn/trunk/
0
-
0
 Bugs/Issues
0
 -----------
0
 If and when you find bugs/feature requests, please raise a ticket at http://activecouch.googlecode.com . If we find that feature requests are crucial for our internal use, we will definitely integrate it into our project as soon as possible. But otherwise, we unfortunately cannot guarantee any deadlines on integration of feature requests. [http://www.flickr.com/photos/rooreynolds/243810133/]
...
7
8
9
10
11
12
13
14
15
16
...
7
8
9
 
 
 
 
10
11
12
0
@@ -7,10 +7,6 @@ module ActiveCouch
0
   class ConfigurationError < ActiveCouchError
0
   end
0
 
0
- # Raised when trying to assign a object of an invalid type as an ActiveCouch attribute.
0
- class InvalidCouchTypeError < ActiveCouchError
0
- end
0
-
0
   # Raised when trying to get or set a non-existent attribute.
0
   class AttributeMissingError < ActiveCouchError
0
   end

Comments

    No one has commented yet.