Links
active_record_each
Categories
active_record_each
This plugins let you, do something like these:
User.each (:conditions => { :is => "idiot" } ) do |u|
do_something_interesting_with u
end
The reason for these is that User.find(:all).each … load a huge array in mem
Vitals
| Home | http://github.com/guillermo/active_record_each/wikis |
|---|---|
| Repository | git://github.com/guillermo/active_record_each.git |
| License | Ruby's |
| Tags |
active collect each map record
|
| Rating | (2 votes) |
| Owner | Guillermo |
| Created | 17 May 2008 |

