efficient bulk update rails database

后端 未结 5 919
借酒劲吻你
借酒劲吻你 2020-12-25 10:15

I\'m trying to build a rake utility that will update my database every so often.

This is the code I have so far:

namespace :utils do

  # utils:updat         


        
5条回答
  •  無奈伤痛
    2020-12-25 10:47

    I'm currently experimenting with activerecord-import, which sounds very promising:

    https://github.com/zdennis/activerecord-import

提交回复
热议问题