jnewland (owner)

Revisions

  • c02171 jnewland Fri May 15 15:50:49 -0700 2009
gist: 112479 Download_button fork
public
Public Clone URL: git://gist.github.com/112479.git
Embed All Files: show embed
Text only #
1
2
3
ipd (dev)> Host.scoped(:conditions => { :enabled => true }).scoped(:conditions => ['free_ram > ?', 1024] )
Host Load (0.3ms) SELECT * FROM "hosts" WHERE ((free_ram > 1024) AND ("hosts"."enabled" = 't'))