The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
ActiveRecord race conditions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter Williams

Posts: 165
Nickname: pezra
Registered: Apr, 2005

Just is a random programmer.
ActiveRecord race conditions Posted: Nov 22, 2007 2:18 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Peter Williams.
Original Post: ActiveRecord race conditions
Feed Title: Peter Williams' Weblog
Feed URL: http://barelyenough.org/blog/tag/ruby/feed/
Feed Description: Random thoughs about software development, and anything else I find interesting.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Peter Williams
Latest Posts From Peter Williams' Weblog

Advertisement
Ara Howard has discovered that the ActiveRecord validation mechanism does not ensure data integrity.1 Validations feel a bit like database constraints but it turns out they are really only useful for producing human friendly error messages. This is because the assertions they define are tested by reading from the database before the changes are written to the database. As you [...]

Read: ActiveRecord race conditions

Topic: Scripting OS X Applications with Ruby Previous Topic   Next Topic Topic: I always thought that Smalltalk would beat Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use