active-record-recipes icon indicating copy to clipboard operation
active-record-recipes copied to clipboard

A repository of common (and not so common) active record queries.

🧑‍🍳 Active Record Recipes

A repository of common (and not so common) active record queries.

  • Latest (or first) Recipe per Chef
  • Group Chefs by number of Recipes
  • Query Recipes by Action Text Body
  • Query for Recipe by Duration
  • Query for Chefs by Recipe Duration
  • Query for Recipe by Ingredient
  • Query for Popular Ingredients
  • Query for Chefs by Recipe Ingredient
  • Query for Recipe by Rating
  • Query for Chef by Recipe by Rating

🙏 Contributing

Please make sure the following items pass while building your example.

bin/rails test
bundle exec standardrb

Once complete, add a markdown file to the recipes directory.