Top "Meta-where" questions

Want to find records with no associated records in Rails

Consider a simple association... class Person has_many :friends end class Friend belongs_to :person end What is the cleanest …

ruby-on-rails arel meta-where