aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve doc of automatic inverse_of detectionFrançois D2019-03-081-2/+3
* Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...Laerti2019-01-151-2/+4
* Document exception from restrict_with_exception [ci skip]Malcolm Locke2018-10-291-2/+2
* Add missing rdoc +code+ tagsMatthew LS2018-09-261-1/+1
* Fix missing curly brace in documentationDavid Celis2018-09-201-0/+1
* Update associations.rb API documentation [ci skip] (#33857)Lucas Brandt2018-09-151-0/+1
* [ci skip] Use consistent hash syntax in AR docsOrhan Toy2018-07-221-8/+8
* Fix `Associations::ClassMethods` doc [ci skip]Ryuta Kamizono2018-04-291-7/+7
* Fix broken nodocsChris Arcand2018-04-131-1/+1
* [ci skip] setting :inverse_of works with :as, :through and :polymorphic optio...Bart de Water2018-01-101-12/+18
* Remove unused classesyuuji.yaginuma2017-11-031-30/+0
* [ci skip]Update the documentation about the primary key typesuginoy2017-10-291-3/+3
* Remove text about deprecation that was already removedRafael Mendonça França2017-10-231-2/+1
* Remove deprecated support to passing a class to `:class_name` on associationsRafael Mendonça França2017-10-231-2/+2
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Remove association(true) references from docs [ci skip]Eugene Kenny2017-10-161-1/+1
* Remove the code that swapping `scope` and `options`Ryuta Kamizono2017-09-181-3/+3
* add missing collection.reload documentation [ci skip]Julia López2017-08-081-4/+12
* add reload_association to documentation [ci skip]Julia López2017-08-071-0/+8
* Eager load the association classes on bootRafael Mendonça França2017-07-271-7/+7
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Remove deprecated option from docs [ci skip] (#29459)Vipul A M2017-06-151-6/+6
* Fix association documentationRafael Mendonça França2017-05-161-6/+5
* :scissors:Ryuta Kamizono2017-04-131-1/+1
* Add :default option to belongs_to (#28453)George Claghorn2017-03-171-0/+4
* Suppress deprecation message to `has_and_belongs_to_many` only onceRyuta Kamizono2017-01-101-2/+2
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Raise error when has_many through is defined before through associationChris Holmes2017-01-041-0/+10
* [ci skip] Retouch some association wording.Kasper Timm Hansen2016-12-311-3/+4
* [ci skip] Remove mention of GeneratedAssociationMethodsKasper Timm Hansen2016-12-311-4/+3
* Raise when a through association has an ambiguous reflection nameRafael Mendonça França2016-12-291-0/+15
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* `eager_autoload` needs to be triggered for nested constants.Yves Senn2016-11-211-0/+5
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-876/+876
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-6/+6
* Use splat `options` hash for `has_and_belongs_to_many`Ryuta Kamizono2016-08-261-6/+1
* Doc on scoped has_many, dependent: :destroyPhilip Nguyen2016-08-221-0/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-659/+659
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-11/+11
* [ci skip] Fix grammar in AR::AssociationsAlex Kitchens2016-07-181-13/+13
* Tiny document fixes [ci skip]Robin Dupret2016-05-301-1/+1
* Merge pull request #22240 from resource11/resource11-patch-1Arthur Nogueira Neves2016-05-291-4/+4
|\
| * Issue 22240: adds link to list of instance methods [ci skip]Kathleen McMahon2016-03-181-4/+4
* | Merge pull request #24672 from mrkjlchvz/mc-space-bumpRafael França2016-04-211-1/+1
|\ \
| * | Minor space bump.Mark2016-04-211-1/+1
* | | [ci skip] Update ActiveRecord associations documentation to avoid confusion w...Tomasz Stachewicz2016-04-181-4/+8
|/ /
* | [ci skip] relations inside <tt> tagSourav Moitra2016-03-271-1/+1