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
Ryuta Kamizono f8cebd892b Remove CollectionProxy#uniq
Since #28473 `uniq` is delegated to `records`, so `CollectionProxy#uniq`
is unnecessary.
2017-03-23 12:06:48 +09:00
..
builder Evaluate the default block only when necessary 2017-03-20 00:18:37 +09:00
join_dependency join_keys no longer needs a class passed to it 2017-03-03 14:47:13 -08:00
preloader Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
alias_tracker.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
association.rb Cache target scope for collection proxy 2016-12-25 04:55:51 +09:00
association_scope.rb remove unused parameters 2017-03-03 14:51:09 -08:00
belongs_to_association.rb Evaluate the default block only when necessary 2017-03-20 00:18:37 +09:00
belongs_to_polymorphic_association.rb
collection_association.rb Merge pull request #25877 from kamipo/delegate_to_scope_rather_than_merge 2017-02-21 05:24:18 +10:30
collection_proxy.rb Remove CollectionProxy#uniq 2017-03-23 12:06:48 +09:00
foreign_association.rb
has_many_association.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
has_many_through_association.rb Should not update children when the parent creation with no reason 2016-12-29 16:24:57 +09:00
has_one_association.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
has_one_through_association.rb Reload through_record that has been destroyed in create_through_record 2017-01-29 15:06:51 +09:00
join_dependency.rb Remove node parameter to join_constraints 2017-03-03 09:56:45 -08:00
preloader.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
singular_association.rb Remove deprecated force reload argument in association readers 2016-12-29 17:53:03 -05:00
through_association.rb No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00