basic_model
basic_model copied to clipboard
A very thin wrapper around CouchRest, for use with CouchDB and Ruby on Rails.
Results
2
basic_model issues
Sort by
recently updated
recently updated
newest added
I don't understand why almost every method requires the database name to be passed in. Can't we just configure this somewhere once?
BasicModel stores the data in @attributes, which is just a hashtable. That makes it impossible to use the validation features in CouchRest, doesn't it? Why not make BasicModel a subclass...