fsword (John Lee)
- Login: fsword
- Email: li.jianye@gmail.com
- Registered on: 11/23/2012
- Last sign in: 11/23/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/23/2012
-
11:08 AM Ruby Bug #7425 (Closed): Execute a script by active record, the console is crash.
- 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 ...