index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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
[next]