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
/
guides
/
source
/
association_basics.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
[skip ci] Add undefined STI acronym to the heading which is referred under it...
Vishal Telangre
2019-05-12
1
-2
/
+2
*
Adds documentation for has_one touch option after #35869 [ci skip]
Abhay Nikam
2019-04-25
1
-2
/
+25
*
change `t.integer` to `t.bigint` where applicable
lxxxvi
2019-04-07
1
-8
/
+8
*
[skip ci] Add examples for has_{one,many} :through :source and :source_type (...
Tim Wade
2019-04-03
1
-0
/
+29
*
Add note about has_many associations callbacks [ci skip]
Rodrigo
2019-03-12
1
-0
/
+11
*
Update links and code examples in the guides to use HTTPS where the host supp...
Nathaniel Suchy
2019-03-06
1
-4
/
+4
*
Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...
Laerti
2019-01-15
1
-2
/
+2
*
fix typo on association_basics.md [ci skip]
Espartaco Palma
2018-11-14
1
-1
/
+1
*
Describe how has_many's :dependent option affects #delete
Marcel M. Cary
2018-11-13
1
-0
/
+2
*
Document exception from restrict_with_exception [ci skip]
Malcolm Locke
2018-10-29
1
-2
/
+2
*
[ci skip] Fix #33914
Raghu Kamat
2018-10-22
1
-3
/
+2
*
Remove and flip `index: true` for `references` in the doc [ci skip]
Ryuta Kamizono
2018-10-17
1
-1
/
+1
*
Merge pull request #32146 from abhikanojia/association_guide_fix
Ryuta Kamizono
2018-10-17
1
-10
/
+10
|
\
|
*
Remove index:true option from belongs to as defaults to true.
abhishekkanojia
2018-03-01
1
-10
/
+10
*
|
Replace line items with chapters [ci skip]
Ian Fleeton
2018-09-21
1
-13
/
+13
*
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
|
[ci skip] fix typo in Associations guide
K. Rodman Mannix
2018-07-22
1
-1
/
+1
*
|
Add situation for belongs to association. [ci skip]
lanzhiheng
2018-07-18
1
-1
/
+1
*
|
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-2
/
+2
*
|
[ci skip] belongs_to in self join association needs optional: true, if it's o...
nao0515ki
2018-04-14
1
-1
/
+1
*
|
Put images into each page's dir in guides
Yoshiyuki Hirano
2018-03-31
1
-7
/
+7
*
|
Fix example migrations in Associations guide
Ryan Lue
2018-01-26
1
-17
/
+9
*
|
Fix minor typo [ci skip]
Tom Copeland
2018-01-18
1
-4
/
+4
*
|
Merge pull request #31446 from bdewater/inverse-of-options-docs
Ryuta Kamizono
2018-01-11
1
-14
/
+5
|
\
\
|
*
|
[ci skip] setting :inverse_of works with :as, :through and :polymorphic optio...
Bart de Water
2018-01-10
1
-17
/
+9
|
/
/
*
/
Update "Active Record Associations" guide [ci skip]
bogdanvlviv
2017-12-14
1
-3
/
+5
|
/
*
Update Rails Guides about :autosave option
Anton Chumakov
2017-09-20
1
-4
/
+4
*
Merge pull request #30394 from ydakuka/fixing-indentation
Ryuta Kamizono
2017-08-24
1
-6
/
+6
|
\
|
*
Fix indentation [ci skip]
Yauheni Dakuka
2017-08-24
1
-6
/
+6
*
|
Merge pull request #30376 from willnet/belongs-to-dependent-option
Ryuta Kamizono
2017-08-24
1
-6
/
+5
|
\
\
|
|
/
|
/
|
|
*
[ci skip]Revert commits changing wrong place
willnet
2017-08-24
1
-6
/
+5
*
|
add missing collection.reload documentation [ci skip]
Julia López
2017-08-08
1
-2
/
+24
*
|
add reload_association to documentation [ci skip]
Julia López
2017-08-07
1
-4
/
+6
|
/
*
[ci skip] Add backquote to :counter_cache option
Yohei Yasukawa
2017-06-10
1
-1
/
+1
*
remove the extra comma in association_basics.md
Yauheni Dakuka
2017-06-09
1
-1
/
+1
*
[ci skip]fix wrong variable name in docs
Makoto Nihei
2017-05-25
1
-1
/
+1
*
[ci skip]fix wrong method name in docs
willnet
2017-05-24
1
-2
/
+2
*
Improve foreign key description in guides [ci skip]
Krzysztof Maicher
2017-03-06
1
-2
/
+18
*
passing unique parameter to belongs_to wrongly
0oneo
2017-03-03
1
-1
/
+1
*
Clarify Bi-directional Associations docs
David Sherline
2017-01-03
1
-23
/
+41
*
Update HABTM documentation in guides
James Doyley
2016-10-26
1
-3
/
+1
*
[ci skip] Simply formatting documents
Neodelf
2016-09-06
1
-5
/
+5
*
Grammar fix [ci skip]
Waitaya Krongapiradee
2016-09-02
1
-1
/
+1
*
Docs: Clarify when assoc. methods persist
Jared Beck
2016-05-26
1
-4
/
+4
*
Update how to clear the association cache
Sammy Larbi
2016-03-28
1
-2
/
+2
*
Clarify has_many :dependent option docs [ci skip]
Chris Arcand
2016-03-11
1
-9
/
+7
*
[ci skip] Update all guides with `null: false` change in migrations
Prathamesh Sonpatki
2016-03-03
1
-19
/
+19
*
[ci skip] fix typos
Mikhail Dieterle
2016-02-14
1
-3
/
+3
*
[ci skip] fix typo
Mikhail Dieterle
2016-01-30
1
-1
/
+1
*
Fix discrepancies in associations guide [ci skip]
Prathamesh Sonpatki
2016-01-19
1
-6
/
+6
[next]