• 🌱 Từ Rails 5 chúng ta đã có thể thêm config warn_on_records_fetched_greater_than: hiển thị cảnh báo trong rails server hoặc rails console khi có số lượng câu queries lá»›n hÆ¡n số lượng chúng ta đã chỉ định.
# config/environments/development.rb
 
# Show warn if fetch greater than 50 records
config.active_record.warn_on_records_fetched_greater_than = 50