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
Rafael Mendonça França 19b2188e6c Merge pull request #10134 from derikson/collection_proxy_select_with_multiple_args
Change CollectionProxy#select to take the same arguments as ActiveRecord::select
2014-01-03 13:03:19 -08:00
..
builder On destroying do not touch destroyed belongs to association. 2013-12-23 15:44:48 +02:00
join_dependency
preloader remove the nil check from set_inverse_instance 2013-12-12 11:19:32 -08:00
alias_tracker.rb
association.rb remove the nil check from set_inverse_instance 2013-12-12 11:19:32 -08:00
association_scope.rb
belongs_to_association.rb extract cache counter logic to one method 2013-12-12 14:33:02 -08:00
belongs_to_polymorphic_association.rb Fix nil assignment to polymorphic belongs_to 2013-12-18 04:52:24 -07:00
collection_association.rb Merge pull request #10134 from derikson/collection_proxy_select_with_multiple_args 2014-01-03 13:03:19 -08:00
collection_proxy.rb Merge pull request #10134 from derikson/collection_proxy_select_with_multiple_args 2014-01-03 13:03:19 -08:00
has_many_association.rb Raise RecordNotDestroyed when children can't be replaced 2013-11-25 19:30:07 -02:00
has_many_through_association.rb
has_one_association.rb
has_one_through_association.rb
join_dependency.rb Make outer joins on proper parent 2013-12-31 01:10:38 -03:00
join_helper.rb
preloader.rb 2075f39d72 introduced a regression in includes/preloades 2013-12-31 02:47:37 +05:30
singular_association.rb remove the nil check from set_inverse_instance 2013-12-12 11:19:32 -08:00
through_association.rb