文件名称:in_batches:ActiveRecord的反向移植
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-27 13:37:26
rails activerecord batch-job Ruby
针对Rails 4应用程序的ActiveRecord::Relation#in_batches实验性ActiveRecord::Relation#in_batches移植。 安装 将此行添加到您的Gemfile中。 gem "activerecord-in_batches", git: "git://github.com/siadat/in_batches.git" 用法 Person.in_batches.each_record(&:party_all_night!) Person.in_batches.update_all(awesome: true) Person.in_batches.delete_all Person.in_batches(of: 10_000).map do |relation| relation.delete_all sleep 10 # Throt
【文件预览】:
in_batches-master
----activerecord-in_batches.gemspec(582B)
----.gitignore(6B)
----lib()
--------activerecord-in_batches.rb(191B)
--------activerecord-in_batches()
----README.md(736B)