Railsでoptimistic lock (attempted to update a stale object)から逃れる

Post date: 2012/09/01 15:17:41

リンクを変にしてしまって、script/consoleするとき、attempted to update a stale objectが出たら一時的に

ActiveRecord::Base.lock_optimistically = false

にし、終わったら trueに戻す。