1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
Vipul A M aee54249dd 1. Change from each to each_value since we did not use key
2. drop assignment of value to sum in test
2013-03-19 01:15:25 +05:30
..
builder If a counter_cache is defined, then using update_attributes and changing 2013-03-15 21:28:28 -04:00
join_dependency No need to send public methods 2013-02-26 16:59:12 +09:00
preloader 1. Change from each to each_value since we did not use key 2013-03-19 01:15:25 +05:30
alias_tracker.rb Remove ActiveRecord::Model 2012-10-26 15:51:02 +01:00
association.rb No need to send public methods 2013-02-26 16:59:12 +09:00
association_scope.rb hide more data in the schema cache 2013-03-14 22:45:46 -07:00
belongs_to_association.rb BELONGS TO ASSOCIATION | Typo fix 2013-02-25 11:30:50 +05:30
belongs_to_polymorphic_association.rb
collection_association.rb Cache the association proxy object 2013-03-15 13:48:45 +00:00
collection_proxy.rb rename Relation#uniq to Relation#distinct. #uniq still works. 2013-03-15 14:15:47 +01:00
has_and_belongs_to_many_association.rb Deprecate #connection in favour of accessing it via the class 2013-03-09 15:16:15 -05:00
has_many_association.rb dependent: :destroy should call destroy_all 2013-03-11 20:50:22 -04:00
has_many_through_association.rb Reverting 16f6f25 (Change behaviour with empty array in where clause) 2013-02-08 14:22:10 -05:00
has_one_association.rb Do not create useless database transaction when building has_one association. 2012-11-10 15:30:20 +02:00
has_one_through_association.rb Rename update_attributes method to update, keep update_attributes as an alias 2013-01-03 11:51:21 -05:00
join_dependency.rb Refactor to use each_key, remove extra spaces 2013-01-28 23:25:03 -02:00
join_helper.rb
preloader.rb refactoring to_sym of Symbol in preload 2013-01-02 15:57:01 +01:00
singular_association.rb This is comment for singular association. 2012-11-02 01:34:29 +09:00
through_association.rb