From: "mame (Yusuke Endoh)" Date: 2012-11-24T18:39:10+09:00 Subject: [ruby-core:50033] [ruby-trunk - Bug #7425][Feedback] Execute a script by active record, the console is crash. Issue #7425 has been updated by mame (Yusuke Endoh). Status changed from Open to Feedback Target version set to 2.0.0 ruby -v changed from 1.9.3-p286 to ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux] What's "Stakeholder"? Please show us any reproducible code, or, disclose your rails application. Please assume that we are ignorant about rails, or, contact on rails folks first. You said "ruby: 1.9.3-p286", but the log says: "ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]". -- Yusuke Endoh ---------------------------------------- Bug #7425: Execute a script by active record, the console is crash. https://bugs.ruby-lang.org/issues/7425#change-33809 Author: fsword (John Lee) Status: Feedback Priority: Normal Assignee: Category: Target version: 2.0.0 ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux] 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/