ActiveRecord Table Locking 07 Sep 2006
Table locking as recently discussed on rubyonrails has been added to trunk. It will be included in the 0.0.5 release of ARE

This will allow you to do things like:

class Person < ActiveRecord::Base ; end

Person.lock :read=>true, :write=>true Person.unlock

The original article can be found at RubyOnRailsBlog.com:


blog comments powered by Disqus