aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-9/+27
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-281-9/+27
* | Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-2/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-3/+3
|\ \
| * | Do not use the same name for two `:belongs_to`claudiob2015-02-061-3/+3
* | | [ci skip] corrects documentation for the default dependent behaviourAlex Handley2015-02-091-1/+1
* | | [ci skip] add note about has_one :through and :dependentpalkan2015-02-011-0/+4
|/ /
* | Document has_many :extend optionCaleb Thompson2015-01-081-0/+4
* | Share foreign_key_present? implementation in _has_ associationsbrainopia2014-12-311-0/+1
* | Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-081-0/+12
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* | Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-1/+1
* | Raise an error for has_one associations which try to go :through a polymorphi...Tu Hoang2014-10-151-0/+6
|/
* Clarify the documentation of the primary_key option for associationsPeter Marsh2014-09-221-1/+1
* [ci skip] Added documentation for has_and_belongs_to_many extension parameterTom Kadwill2014-08-261-0/+15
* Fix a few typos [ci skip]Robin Dupret2014-08-241-1/+1
* [ci skip] Added documentation for has_many extension parameterTom Kadwill2014-08-241-0/+14
* [ci skip] Added documentation for has_and_belongs_to_many scope parameterTom Kadwill2014-08-221-0/+12
* Merge pull request #16204 from jonatack/patch-7Vijay Dev2014-08-211-12/+14
|\
| * Grammar passJon Atack2014-08-191-12/+14
* | [ci skip] Added documentation for has_one scope parameterTom Kadwill2014-08-211-0/+11
* | [ci skip] Added documentation for has_many scope parameterTom Kadwill2014-08-201-0/+11
* | Merge pull request #16475 from tomkadwill/has_many_scope_documentationZachary Scott2014-08-191-0/+11
|\ \
| * | [ci skip] Added documentation for belongs_to scope parameterTom Kadwill2014-08-191-0/+11
* | | Use string for order argument, fixed from #16501 [ci skip]Zachary Scott2014-08-141-1/+1
* | | Merge pull request #16501 from tomkadwill/update_delete_to_new_styleZachary Scott2014-08-141-1/+1
|\ \ \
| * | | [ci skip] updated 'where' in association documention to new style syntaxTom Kadwill2014-08-141-1/+1
| |/ /
* / / [ci skip] Updated where scope to conform to new styleTom Kadwill2014-08-131-1/+1
|/ /
* | [ci skip] Changed options to +options+ for rdocTom Kadwill2014-08-091-4/+4
* | [ci skip] Changed 'first argument' to '+name+ argument'Tom Kadwill2014-08-081-4/+4