Project

General

Profile

Actions

Bug #7425

closed

Execute a script by active record, the console is crash.

Added by fsword (John Lee) over 11 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux]
Backport:
[ruby-core:49893]

Description

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


Files

bug.log (161 KB) bug.log fsword (John Lee), 11/23/2012 11:08 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0