couchrest_model/lib/couchrest
2009-08-20 12:29:02 -07:00
..
commands change it to !include 2009-01-02 01:59:33 -08:00
core added an option to force the deletion of a attachment 2009-07-29 20:12:35 -07:00
helper updater is simpler now that I learned about open_revs=all 2009-03-14 19:00:26 -07:00
middlewares added a Rack logger middleware 2009-07-27 00:14:38 -07:00
mixins Removed amount_pages calculation for the pagination collection, since it cannot be reliably calculated without a view 2009-08-20 12:29:02 -07:00
more To address http://github.com/couchrest/couchrest/issues/#issue/2, we simply remove the check on the value returned by database.save_doc. Errors from RestClient or CouchDB itself will be propagated as exceptions, which an upstream client should handle for themselves. 2009-08-20 12:25:12 -07:00
support Hash#=== monkeypatch: don't add special behavior to subclasses, i.e. CouchRest documents 2009-04-01 14:16:10 -07:00
validation Added ValidationErrors#count in order to play nicely with Rails 2009-07-21 23:26:24 -07:00
mixins.rb got rid of extlib hooking system in favor of the new Rails3 callback system. As well as fixed timestamps! in ExtendedDoc 2009-02-03 17:33:31 -08:00
monkeypatches.rb started extracting the http layer 2009-07-14 01:43:40 -07:00