Plugins - active_record_each

StarAdd to favorites

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

Guillermo

http://github.com/guillermo/active_record_each/wikis

git://github.com/guillermo/active_record_each.git

Ruby's

  • Currently 5.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Model

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?