tenderlove and mperham deserve some credit for sure

This commit is contained in:
Brian Lopez 2010-07-08 23:14:15 -07:00
parent 52f42ba38b
commit 9818f1a0df
1 changed files with 2 additions and 0 deletions

View File

@ -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 * 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 * 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)