Ruby rails – select only few columns from the database March 21, 2023 by Tarik Rails 3: Item.select("name, address").where( .... )