aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #23387 from mcfiredrill/clarify-touching-callbacksKasper Timm Hansen2016-01-311-0/+2
|\ \
| * | clarify the touch true option does not trigger after_save/update [ci skip]Tony Miller2016-02-011-0/+2
* | | update doc for << method of has_many associationankit19102016-01-141-0/+1
* | | Expanding the documentation for collection=objects for has_many :through [ci-...Eric Krause2015-12-171-1/+2
* | | Use a real migration version number in docsMatthew Draper2015-12-151-1/+1
* | | Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-1/+1
| |/ |/|
* | Fix Typo in EagerLoadPolymorphicError [ci skip]Alex Myers2015-10-271-1/+1
* | Do not omit parentheses [ci skip]Ryuta Kamizono2015-10-251-11/+11
* | [ci skip] readonly options has been removedIgnatius Reza2015-10-161-2/+0
|/
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-95/+100
* document `EagerLoadPolymorphicError`. [ci skip]Yves Senn2015-10-131-2/+4
* Remove unnecessary display widthRyuta Kamizono2015-09-161-3/+3
* Make ActiveRecordException descendants args optionalPavel Pravosud2015-09-071-35/+99
* RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip]Vladimir Rybas2015-07-301-3/+3
* Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-221-2/+14
* [ci skip] Fix the API docs for Bi-directional associationsRoque Pinel2015-06-131-12/+7
* add `extend` option on `has_and_belongs_to_many`.keepcosmos2015-05-261-1/+1
* deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-1/+0
* parent_reflection should store only a reflection objectAaron Patterson2015-05-191-2/+2
* [ci skip] Fix comment of `ActiveRecord::Associations#association_instance_get`yui-knk2015-05-111-1/+1
* change GeneratedFeatureMethods to GeneratedAssociationMethods in docsRob Looby2015-05-081-1/+1
* Apply edits from @senny to close #19397 [ci skip]Zachary Scott2015-04-121-4/+1
* Change join model name constant to private constantMehmet Emin İNAÇ2015-04-071-3/+1
* remove unnecessary path parameterskeepcosmos2015-03-101-16/+16
* Tiny documentation edits [ci skip]Robin Dupret2015-02-241-3/+1
* Require `belongs_to` by default.Josef Šimánek2015-02-211-1/+7