- 🌱 Từ Rails 5 chúng ta đã có thể thêm config
warn_on_records_fetched_greater_than: hiển thị cảnh báo trongrails serverhoặcrails consolekhi 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