According to API Dock, ActiveRecord::Associations::AssociationProxy is now “deprecated or moved”. I’m curious as to what happened to this class. If it really no longer exists, how does Rails now handle associations? According to several other posts on this site (like this one), AssociationProxy is necessary for allowing syntax such as User.find(1).groups << Group.find_by_id(13).
According to API Dock, ActiveRecord::Associations::AssociationProxy is now deprecated or moved. I’m curious as to
Share
According to the ActiveRecord’s changelog for the version 3.1.0: