Skip to content

Instantly share code, notes, and snippets.

@Osmose
Created January 29, 2011 01:28
Show Gist options
  • Save Osmose/801394 to your computer and use it in GitHub Desktop.
Save Osmose/801394 to your computer and use it in GitHub Desktop.
# Does this perform a single query with the filters or does it perform the first part and filter within Ruby after?
Zombie.where(:type => "Left 4 Dead").order(:name).limit(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment