From 9818f1a0dffb7a2a8e1e1dd2fd54605fd60d79c2 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Thu, 8 Jul 2010 23:14:15 -0700 Subject: [PATCH] tenderlove and mperham deserve some credit for sure --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index dac5e14..049aabb 100644 --- a/README.rdoc +++ b/README.rdoc @@ -161,3 +161,5 @@ then iterating over every row using an #each like method yielding a block: * Eric Wong - for the contribution (and informative explanations of) of some thread-safety, non-blocking I/O and cleanup patches. You rock dude * Yury Korolev (http://github.com/yury) - for TONS of help testing the ActiveRecord adapter +* Aaron Patterson (http://github.com/tenderlove) - tons of contributions, suggestions and general badassness +* Mike Perham (http://github.com/mperham) - Async ActiveRecord adapter (uses Fibers and EventMachine)