| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a real migration version number in docs | Matthew Draper | 2015-12-15 | 1 | -1/+1 |
* | Use a deliberately-invalid migration version in all doc examples | Matthew Draper | 2015-12-15 | 1 | -1/+1 |
* | Fix Typo in EagerLoadPolymorphicError [ci skip] | Alex Myers | 2015-10-27 | 1 | -1/+1 |
* | Do not omit parentheses [ci skip] | Ryuta Kamizono | 2015-10-25 | 1 | -11/+11 |
* | [ci skip] readonly options has been removed | Ignatius Reza | 2015-10-16 | 1 | -2/+0 |
* | applies new doc guidelines to Active Record. | Yves Senn | 2015-10-14 | 1 | -95/+100 |
* | document `EagerLoadPolymorphicError`. [ci skip] | Yves Senn | 2015-10-13 | 1 | -2/+4 |
* | Remove unnecessary display width | Ryuta Kamizono | 2015-09-16 | 1 | -3/+3 |
* | Make ActiveRecordException descendants args optional | Pavel Pravosud | 2015-09-07 | 1 | -35/+99 |
* | RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip] | Vladimir Rybas | 2015-07-30 | 1 | -3/+3 |
* | Fix misleading errors for has_one through relations | Mehmet Emin İNAÇ | 2015-07-22 | 1 | -2/+14 |
* | [ci skip] Fix the API docs for Bi-directional associations | Roque Pinel | 2015-06-13 | 1 | -12/+7 |
* | add `extend` option on `has_and_belongs_to_many`. | keepcosmos | 2015-05-26 | 1 | -1/+1 |
* | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -1/+0 |
* | parent_reflection should store only a reflection object | Aaron Patterson | 2015-05-19 | 1 | -2/+2 |
* | [ci skip] Fix comment of `ActiveRecord::Associations#association_instance_get` | yui-knk | 2015-05-11 | 1 | -1/+1 |
* | change GeneratedFeatureMethods to GeneratedAssociationMethods in docs | Rob Looby | 2015-05-08 | 1 | -1/+1 |
* | Apply edits from @senny to close #19397 [ci skip] | Zachary Scott | 2015-04-12 | 1 | -4/+1 |
* | Change join model name constant to private constant | Mehmet Emin İNAÇ | 2015-04-07 | 1 | -3/+1 |
* | remove unnecessary path parameters | keepcosmos | 2015-03-10 | 1 | -16/+16 |
* | Tiny documentation edits [ci skip] | Robin Dupret | 2015-02-24 | 1 | -3/+1 |
* | Require `belongs_to` by default. | Josef Šimánek | 2015-02-21 | 1 | -1/+7 |
* | Merge pull request #16989 from Empact/reload-cache-clear | Rafael Mendonça França | 2015-02-20 | 1 | -9/+27 |
|\ |
|
| * | Isolate access to @associations_cache and @aggregations cache to the Associat... | Ben Woosley | 2014-09-28 | 1 | -9/+27 |
* | | Replace deprecated readonly option with scope blocks in docs and guide | Konstantinos Rousis | 2015-02-18 | 1 | -2/+2 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-02-14 | 1 | -3/+3 |
|\ \ |
|
| * | | Do not use the same name for two `:belongs_to` | claudiob | 2015-02-06 | 1 | -3/+3 |
* | | | [ci skip] corrects documentation for the default dependent behaviour | Alex Handley | 2015-02-09 | 1 | -1/+1 |
* | | | [ci skip] add note about has_one :through and :dependent | palkan | 2015-02-01 | 1 | -0/+4 |
|/ / |
|
* | | Document has_many :extend option | Caleb Thompson | 2015-01-08 | 1 | -0/+4 |
* | | Share foreign_key_present? implementation in _has_ associations | brainopia | 2014-12-31 | 1 | -0/+1 |
* | | Add foreign_type option for polymorphic has_one and has_many. | Ulisses Almeida + Kassio Borges | 2014-12-08 | 1 | -0/+12 |
* | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
* | | Ensure HABTM relationships produce valid class names (Fixes #17119) | Sammy Larbi | 2014-11-09 | 1 | -1/+1 |
* | | Raise an error for has_one associations which try to go :through a polymorphi... | Tu Hoang | 2014-10-15 | 1 | -0/+6 |
|/ |
|
* | Clarify the documentation of the primary_key option for associations | Peter Marsh | 2014-09-22 | 1 | -1/+1 |
* | [ci skip] Added documentation for has_and_belongs_to_many extension parameter | Tom Kadwill | 2014-08-26 | 1 | -0/+15 |
* | Fix a few typos [ci skip] | Robin Dupret | 2014-08-24 | 1 | -1/+1 |
* | [ci skip] Added documentation for has_many extension parameter | Tom Kadwill | 2014-08-24 | 1 | -0/+14 |
* | [ci skip] Added documentation for has_and_belongs_to_many scope parameter | Tom Kadwill | 2014-08-22 | 1 | -0/+12 |
* | Merge pull request #16204 from jonatack/patch-7 | Vijay Dev | 2014-08-21 | 1 | -12/+14 |
|\ |
|
| * | Grammar pass | Jon Atack | 2014-08-19 | 1 | -12/+14 |
* | | [ci skip] Added documentation for has_one scope parameter | Tom Kadwill | 2014-08-21 | 1 | -0/+11 |
* | | [ci skip] Added documentation for has_many scope parameter | Tom Kadwill | 2014-08-20 | 1 | -0/+11 |
* | | Merge pull request #16475 from tomkadwill/has_many_scope_documentation | Zachary Scott | 2014-08-19 | 1 | -0/+11 |
|\ \ |
|
| * | | [ci skip] Added documentation for belongs_to scope parameter | Tom Kadwill | 2014-08-19 | 1 | -0/+11 |
* | | | Use string for order argument, fixed from #16501 [ci skip] | Zachary Scott | 2014-08-14 | 1 | -1/+1 |
* | | | Merge pull request #16501 from tomkadwill/update_delete_to_new_style | Zachary Scott | 2014-08-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ci skip] updated 'where' in association documention to new style syntax | Tom Kadwill | 2014-08-14 | 1 | -1/+1 |
| |/ / |
|
* / / | [ci skip] Updated where scope to conform to new style | Tom Kadwill | 2014-08-13 | 1 | -1/+1 |
|/ / |
|