This website requires JavaScript.
Explore
Help
Sign In
deac
/
couchrest_model
Watch
1
Star
0
Fork
You've already forked couchrest_model
0
Code
Issues
Pull requests
Releases
Wiki
Activity
b0dca70b02
couchrest_model
/
lib
/
couchrest
History
John Wood
b0dca70b02
Fixed a bug in the pagination code that caused it to paginate over records outside of the scope of the view parameters.
2009-08-20 12:28:28 -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
Fixed a bug in the pagination code that caused it to paginate over records outside of the scope of the view parameters.
2009-08-20 12:28:28 -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