This project is archived and is in readonly mode.
Changeset [2b8fad603fa3e95b5131e5f6b8e24530e6788736] by Aaron Patterson
February 14th, 2011 @ 07:52 PM
Merge remote branch 'jonleighton/deprecate_string_interpolation-3-0-stable' into 3-0-stable
- jonleighton/deprecate_string_interpolation-3-0-stable: Deprecated support for interpolated association conditions with the :conditions => 'foo = #{bar}' syntax, and added the new interpolation syntax which is :conditions => proc { "foo = #{bar}" }. https://github.com/rails/rails/commit/2b8fad603fa3e95b5131e5f6b8e24...
Committed by Aaron Patterson
- M activerecord/CHANGELOG
- M activerecord/lib/active_record/association_preload.rb
- M activerecord/lib/active_record/associations.rb
- M activerecord/lib/active_record/associations/association_collection.rb
- M activerecord/lib/active_record/associations/association_proxy.rb
- M activerecord/lib/active_record/associations/belongs_to_polymorphic_association.rb
- M activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
- M activerecord/lib/active_record/associations/has_many_association.rb
- M activerecord/lib/active_record/associations/has_many_through_association.rb
- M activerecord/lib/active_record/associations/through_association_scope.rb
- M activerecord/lib/active_record/base.rb
- M activerecord/test/cases/associations/belongs_to_associations_test.rb
- M activerecord/test/cases/associations/eager_test.rb
- M activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
- M activerecord/test/cases/associations/has_many_associations_test.rb
- M activerecord/test/cases/associations/has_many_through_associations_test.rb
- M activerecord/test/cases/associations/has_one_associations_test.rb
- M activerecord/test/cases/base_test.rb
- M activerecord/test/cases/reflection_test.rb
- M activerecord/test/models/company.rb
- M activerecord/test/models/post.rb
- M activerecord/test/models/project.rb
- M activerecord/test/models/tagging.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>