abdullah-asghar-khan / Recipe-App

This is a versatile recipe app developed with Ruby on Rails that not only allows users to browse a wide selection of recipes but also enables them to add new recipes and ingredients. The app includes a budget feature that shows the estimated cost of each recipe based on the ingredients used, making it easy for users.
4 stars 1 forks source link

N+1 Validation and RSpec Setup #16

Closed AsimKhan2019 closed 1 year ago

AsimKhan2019 commented 1 year ago

Completed the N+1 Validation setup and RSpec setup, but the N+1 validation is not firing at the moment. I am still looking into that.