aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Touch option description grammatical error fixed [ci skip]vadivelan2014-07-211-1/+1
|/
* [CI SKIP] Doc fix.Guo Xiang Tan2014-07-151-2/+2
* Begin refactoring ThroughReflectioneileencodes2014-07-081-1/+1
* Add a `required` option to singular associationsSean Griffin2014-07-041-0/+10
* Use HasAndBelongsToMany instead of HABTMArthur Neves2014-06-091-1/+1
* Abstract away use of HABTM macroeileencodes2014-06-091-1/+1
* Refactoring .reflections public method.Arthur Neves2014-05-261-3/+4
* Use .to_s on _reflections lookupArthur Neves2014-05-241-1/+1
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-2/+5
* Added force_reload to Auto-generated methods docdanielmbarlow2014-05-231-2/+3
* docs, fix typo in docs added by ed56e596a04673. [ci skip]Yves Senn2014-05-101-2/+2
* deprecate, join, preload, eager load of instance dependent associations.Yves Senn2014-05-101-0/+4
* set a constant for the "anonymous" habtm model fixes #15022Aaron Patterson2014-05-081-0/+5
* docs, restructure newly added part to `includes`. [ci skip]Yves Senn2014-05-031-6/+5
* cleanup, remove trailing whitespace. [ci skip]Yves Senn2014-04-291-1/+1
* Merge pull request #14139 from anilmaurya/masterYves Senn2014-04-281-0/+6
|\
| * [ci skip] updating active_record/associations to demonstrate where conflict w...anilmaurya2014-04-291-0/+6
* | Fix custom join_table name on habtm reflectionsKassio Borges2014-04-251-1/+1
* | Simplify Preloader#grouped_records code.thedarkone2014-03-301-1/+7
* | Obey `validate: false` option for habtmCarlos Antonio da Silva2014-03-141-1/+1
* | Replace map.flatten with flat_map in activerecordErik Michaels-Ober2014-03-031-2/+2
* | Merge pull request #14211 from loganhasson/masterXavier Noria2014-02-261-12/+12
|\ \ | |/ |/|
| * [ci skip] Move association class method notesLogan Hasson2014-02-261-12/+12
* | JoinHelper is never reused, so there is no need to separateAaron Patterson2014-02-131-1/+0
* | some wording format changes. [ci skip]Yves Senn2014-02-031-1/+1
* | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.Yves Senn2014-02-031-1/+1
* | docs, revisit polymorphic associations with STI example. [ci skip]Yves Senn2014-02-031-2/+5
* | Fixes the camelCase variable name in the docs [ci skip]Fred Wu2014-02-031-2/+2
* | Add docs about behaviour of replacing a has_one associate object, that the pr...Vipul A M2014-01-281-1/+2
|/
* Change all "can not"s to the correct "cannot".T.J. Schuck2014-01-031-2/+2
* remove HABTM associationsAaron Patterson2013-10-021-7/+0
* repurpose the HABTM builder classAaron Patterson2013-10-021-5/+2
* goodbye has_and_belongs_to_many1, we will miss you!Aaron Patterson2013-10-021-4/+0