mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4d6fbe2934
When set to an integer, a warning will be logged whenever a result set larger than the specified size is returned by a query. Fixes #16463 The warning is outputed a module which is prepended in an initializer, so there will be no performance impact if `config.active_record.warn_on_records_fetched_greater_than` is not set. |
||
---|---|---|
.. | ||
delegation_test.rb | ||
merging_test.rb | ||
mutation_test.rb | ||
or_test.rb | ||
predicate_builder_test.rb | ||
record_fetch_warning_test.rb | ||
where_chain_test.rb | ||
where_clause_test.rb | ||
where_test.rb |