This project is archived and is in readonly mode.
Changeset [d1521719c5ac61a0c0e59827fe8cb197f5fe56f5] by Jon Leighton
January 16th, 2011 @ 09:43 PM
Removed support for accessing attributes on a
has_and_belongs_to_many join table. This has been documented as
deprecated behaviour since April 2006. Please use has_many :through
instead. A deprecation warning will be added to the 3-0-stable
branch for the 3.0.4 release.
https://github.com/rails/rails/commit/d1521719c5ac61a0c0e59827fe8cb...
Committed by Jon Leighton
- M activerecord/CHANGELOG
- M activerecord/lib/active_record/associations.rb
- M activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
- M activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
- M activerecord/test/cases/readonly_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>