Mastering ActiveRecord and ARel Dan Shultz @danshultz ⢠das0118@gmail.com When I started using rails... Finders Beer.find_by_name_and_abv("Two Hearted Ale", 7.0) Beer.find_all_by_abv(7.0) Conditions Hash Beer.find(:all, conditions: ["abv < ?", 7]) String Conditions Beer.where("abv between ? and ?", 5.5, 7) Beer.where(abv: 5.5..7) Then I joined a large team... We did this... record = self.handles.f

{{#tags}}- {{label}}
{{/tags}}