diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2016-01-26 08:58:38 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2016-01-27 14:11:37 +0900 |
commit | 9c97bf5510d390bf2aa9a862ce86884b347e4c40 (patch) | |
tree | 5af704edbb2e48ed0d4482bc92257f7d06a7f978 /activerecord/lib/active_record/relation/batches | |
parent | 3844854af109fb9eee75c90bacf8bf87eb2bf968 (diff) | |
download | rails-9c97bf5510d390bf2aa9a862ce86884b347e4c40.tar.gz rails-9c97bf5510d390bf2aa9a862ce86884b347e4c40.tar.bz2 rails-9c97bf5510d390bf2aa9a862ce86884b347e4c40.zip |
Remove `limit: 11` as backward-compatibility with Rails 2.0
Integer limit as a byte size was introduced from Rails 2.1.
`limit: 11` is not a byte size, but take care for backward-compatibility
with Rails 2.0 (a892af6). Integer limit out of range should be allowed
to raise by #6349. I think we should remove this backward-compatibility.
Diffstat (limited to 'activerecord/lib/active_record/relation/batches')
0 files changed, 0 insertions, 0 deletions