couchrest_model/lib/couchrest
Seth Falcon 3e2b3ece46 Timeout::TimeoutError does not exist, use Timeout::Error instead
Also added a require for 'timeout' that contains this code.  Easy to get
confused as there is an alias TimeoutError:

irb(main):001:0> require 'timeout'
=> true
irb(main):002:0> TimeoutError
=> Timeout::Error
irb(main):003:0> Timeout::Error
=> Timeout::Error
irb(main):004:0> Timeout::TimeoutError
NameError: uninitialized constant Timeout::TimeoutError
        from (irb):4
2009-07-08 09:32:43 -07:00
..
commands change it to !include 2009-01-02 01:59:33 -08:00
core differentiated attachment's URI and URL 2009-06-07 18:51:31 -07:00
helper updater is simpler now that I learned about open_revs=all 2009-03-14 19:00:26 -07:00
mixins fixed a commit that got reverted by accident 2009-07-08 09:28:15 -07:00
more minor text edit, trying to get github to build the gem 2009-05-28 19:41:30 -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 Fixed validates_is_numeric when dealing with an actual float 2009-07-08 09:17:07 -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 Timeout::TimeoutError does not exist, use Timeout::Error instead 2009-07-08 09:32:43 -07:00