:Frederick Cheung:
Couldn't see any trace in the source of write attribute being marked
as deprecated.

It (ActiveRecord::Base#write_attribute) is not just deperecated, it is gone. But another method with the same name in a different class (ActiveRecord::AttributeMethods#write_attribute) replaced it. The new function has the same functionality and is in scope virtually everywhere the old one was. Thus to the end user, it is just the same as it has always been.

In other words the function moved.

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

Reply via email to