All, I think I''m seeing the behavior specified in this post to Rails-core: http://www.ruby-forum.com/topic/81605 I believe that this post is an example of the behavior I''ll describe as well: http://www.ruby-forum.com/topic/83260 I''d like to verify the following assertion: Assertion: Within a transaction block, a rollback will not occur automatically unless an exception is thrown from within that top-level block explicitly. If there are begin/rescue blocks within the transaction block that catch exceptions, then the transaction block will not be able to detect these exceptions and will not rollback. I''m seeing this on a multi-object update, so I am now using save (instead of save!) and rollback_db_transaction explicitly by detecting whether each object''s error array is non-empty. Thanks, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---