Ruby on Rails Saturday, July 31, 2010

On Jul 31, 11:49 am, Guo Yangguang <li...@ruby-forum.com> wrote:
> ########
> I don't understand "Note that this callback is still wrapped in the
> transaction around save".
> if exception occurs when saving the existing record, or when executing
> after_update method body,both the existing record's saving and sql
> statements in the after_update method body are all rollbacked?
>
Correct. The entirety of the save process (validations, before_save,
after_save etc.) is wrapped in a single transaction.

Fred

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment