Agile Web Development

Build it. Launch it. Love it.

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 Tag_red active collect each map record
Rating (2 votes)
Owner Guillermo
Created 17 May 2008

Comments

Add a comment