| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix `Associations::ClassMethods` doc [ci skip] | Ryuta Kamizono | 2018-04-29 | 1 | -7/+7 |
* | Fix broken nodocs | Chris Arcand | 2018-04-13 | 1 | -1/+1 |
* | [ci skip] setting :inverse_of works with :as, :through and :polymorphic optio... | Bart de Water | 2018-01-10 | 1 | -12/+18 |
* | Remove unused classes | yuuji.yaginuma | 2017-11-03 | 1 | -30/+0 |
* | [ci skip]Update the documentation about the primary key type | suginoy | 2017-10-29 | 1 | -3/+3 |
* | Remove text about deprecation that was already removed | Rafael Mendonça França | 2017-10-23 | 1 | -2/+1 |
* | Remove deprecated support to passing a class to `:class_name` on associations | Rafael Mendonça França | 2017-10-23 | 1 | -2/+2 |
* | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 1 | -1/+1 |
* | Remove association(true) references from docs [ci skip] | Eugene Kenny | 2017-10-16 | 1 | -1/+1 |
* | Remove the code that swapping `scope` and `options` | Ryuta Kamizono | 2017-09-18 | 1 | -3/+3 |
* | add missing collection.reload documentation [ci skip] | Julia López | 2017-08-08 | 1 | -4/+12 |
* | add reload_association to documentation [ci skip] | Julia López | 2017-08-07 | 1 | -0/+8 |
* | Eager load the association classes on boot | Rafael Mendonça França | 2017-07-27 | 1 | -7/+7 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | [Active Record] require => require_relative | Akira Matsuda | 2017-07-01 | 1 | -1/+1 |
* | Remove deprecated option from docs [ci skip] (#29459) | Vipul A M | 2017-06-15 | 1 | -6/+6 |
* | Fix association documentation | Rafael Mendonça França | 2017-05-16 | 1 | -6/+5 |
* | :scissors: | Ryuta Kamizono | 2017-04-13 | 1 | -1/+1 |
* | Add :default option to belongs_to (#28453) | George Claghorn | 2017-03-17 | 1 | -0/+4 |
* | Suppress deprecation message to `has_and_belongs_to_many` only once | Ryuta Kamizono | 2017-01-10 | 1 | -2/+2 |
* | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | Raise error when has_many through is defined before through association | Chris Holmes | 2017-01-04 | 1 | -0/+10 |
* | [ci skip] Retouch some association wording. | Kasper Timm Hansen | 2016-12-31 | 1 | -3/+4 |
* | [ci skip] Remove mention of GeneratedAssociationMethods | Kasper Timm Hansen | 2016-12-31 | 1 | -4/+3 |
* | Raise when a through association has an ambiguous reflection name | Rafael Mendonça França | 2016-12-29 | 1 | -0/+15 |
* | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 1 | -2/+2 |
* | `eager_autoload` needs to be triggered for nested constants. | Yves Senn | 2016-11-21 | 1 | -0/+5 |
* | Add missing `+` around a some literals. | bogdanvlviv | 2016-10-27 | 1 | -1/+1 |
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip] | Ryuta Kamizono | 2016-09-14 | 1 | -876/+876 |
* | Fix broken heredoc indentation caused by rubocop auto-correct | Ryuta Kamizono | 2016-09-03 | 1 | -6/+6 |
* | Use splat `options` hash for `has_and_belongs_to_many` | Ryuta Kamizono | 2016-08-26 | 1 | -6/+1 |
* | Doc on scoped has_many, dependent: :destroy | Philip Nguyen | 2016-08-22 | 1 | -0/+6 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -659/+659 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activerecord/lib | Xavier Noria | 2016-08-06 | 1 | -11/+11 |
* | [ci skip] Fix grammar in AR::Associations | Alex Kitchens | 2016-07-18 | 1 | -13/+13 |
* | Tiny document fixes [ci skip] | Robin Dupret | 2016-05-30 | 1 | -1/+1 |
* | Merge pull request #22240 from resource11/resource11-patch-1 | Arthur Nogueira Neves | 2016-05-29 | 1 | -4/+4 |
|\ |
|
| * | Issue 22240: adds link to list of instance methods [ci skip] | Kathleen McMahon | 2016-03-18 | 1 | -4/+4 |
* | | Merge pull request #24672 from mrkjlchvz/mc-space-bump | Rafael França | 2016-04-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Minor space bump. | Mark | 2016-04-21 | 1 | -1/+1 |
* | | | [ci skip] Update ActiveRecord associations documentation to avoid confusion w... | Tomasz Stachewicz | 2016-04-18 | 1 | -4/+8 |
|/ / |
|
* | | [ci skip] relations inside <tt> tag | Sourav Moitra | 2016-03-27 | 1 | -1/+1 |
* | | Merge pull request #23387 from mcfiredrill/clarify-touching-callbacks | Kasper Timm Hansen | 2016-01-31 | 1 | -0/+2 |
|\ \ |
|
| * | | clarify the touch true option does not trigger after_save/update [ci skip] | Tony Miller | 2016-02-01 | 1 | -0/+2 |
* | | | update doc for << method of has_many association | ankit1910 | 2016-01-14 | 1 | -0/+1 |
* | | | Expanding the documentation for collection=objects for has_many :through [ci-... | Eric Krause | 2015-12-17 | 1 | -1/+2 |
* | | | 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 |