Your project may have many local rules: Should not use Customer#update_mail and use 30x faster Customer.update_all_email instead (Slower #update_mail is left just for existing code, but new code should not use it) Should not use root_url without locale: parameter Should not use Net::HTTP for Web API calls, but use HTTPClient These local rule violations will be found during code review. Reviewers w

