aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-09-17 11:54:58 +0530
committerVipul A M <vipulnsward@gmail.com>2015-02-09 01:33:57 +0530
commit3dc432068b295504be938e7d4d67bc628edbf850 (patch)
tree2aa318996facf953d0605f92d7a73bc97e1a3e69 /activerecord/CHANGELOG.md
parentde9a3748c436f849dd1877851115cd94663c2725 (diff)
downloadrails-3dc432068b295504be938e7d4d67bc628edbf850.tar.gz
rails-3dc432068b295504be938e7d4d67bc628edbf850.tar.bz2
rails-3dc432068b295504be938e7d4d67bc628edbf850.zip
Add an option `end_at` to `find_in_batches`
that complements the `start`parameter to specify where to stop batch processing
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1470c6dec1..ced6747329 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* `find_in_batches` now accepts an `:end_at` parameter that complements the `:start`
+ parameter to specify where to stop batch processing.
+
+ *Vipul A M*
+
* Fix rounding problem for PostgreSQL timestamp column.
If timestamp column have the precision, it need to format according to