From: "fsword (John Lee)"
Date: 2012-11-23T11:08:55+09:00
Subject: [ruby-core:49893] [ruby-trunk - Bug #7425][Open] Execute a script by active record, the console is crash.
Issue #7425 has been reported by fsword (John Lee).
----------------------------------------
Bug #7425: Execute a script by active record, the console is crash.
https://bugs.ruby-lang.org/issues/7425
Author: fsword (John Lee)
Status: Open
Priority: Normal
Assignee:
Category:
Target version:
ruby -v: 1.9.3-p286
On my rails application, I write a script like this:
Stakeholder.find_each do |stakeholder|
stakeholder.resource_name = 'aaa'
stakeholder.save!
end
Then the pry console is crash. I do the same code on rake task and find the same situation.
versions:
ruby: 1.9.3-p286
rails: 3.2.8
rvm: 1.16.17 (master)
activerecord: 3.2.8
database: mysql Ver 14.14 Distrib 5.5.28
--
http://bugs.ruby-lang.org/