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
*
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
*
`ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c...
amitkumarsuroliya
2016-01-19
1
-2
/
+2
*
Association Guide replaces Order as example with Author-Book Example [ci skip]
amitkumarsuroliya
2016-01-18
1
-230
/
+230
*
Merge pull request #22394 from j-dexx/update_association_basics_guide
Jon Moss
2016-01-18
1
-3
/
+13
|
\
|
*
Updated the guides for having a distinct has_many through at the database level
James Doyley
2016-01-18
1
-3
/
+13
*
|
ApplicationRecord documentation pass
Genadi Samokovarov
2015-12-17
1
-117
/
+117
*
|
Use a real migration version number in docs
Matthew Draper
2015-12-15
1
-13
/
+13
*
|
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
1
-13
/
+13
|
/
*
Clarify automatic creation/deletion of join models for has_many through
Sean Collins
2015-11-06
1
-2
/
+4
*
Update association_basics.md
raq929
2015-11-01
1
-2
/
+4
*
Use #distinct instead of #uniq in the guides [ci skip]
oesgalha
2015-10-29
1
-3
/
+3
*
Fix documentation for has_many dependant options.
Niall Burkley
2015-09-29
1
-1
/
+4
*
remove association reload option from guide [ci skip]
yuuji.yaginuma
2015-09-20
1
-12
/
+20
*
[ci skip] migration and association guides: added some remarks about join tables
r11runner
2015-08-04
1
-0
/
+13
*
Merge pull request #20652 from ankit1910/change_doc
Zachary Scott
2015-06-27
1
-2
/
+12
|
\
|
*
Change documentation for collection.build and collection.create [ci-skip]
ankit1910
2015-06-21
1
-2
/
+12
*
|
Minor fixes [ci skip]
Andrey Nering
2015-06-22
1
-2
/
+2
|
/
*
A few documentation tweaks [ci skip]
Robin Dupret
2015-06-07
1
-2
/
+3
*
[ci skip] fix the `collection.clear` guide
Roque Pinel
2015-06-02
1
-1
/
+7
*
Fixed typos in guide
manish-shrivastava
2015-06-01
1
-1
/
+1
*
Merge pull request #20270 from imtayadeway/tw/association-basics-docs
Claudio B.
2015-05-24
1
-11
/
+12
|
\
|
*
[ci skip] Fix markdown issue in association basics docs.
Tim Wade
2015-05-22
1
-1
/
+1
|
*
[ci skip] Use spaceship operator to indicate precedence.
Tim Wade
2015-05-22
1
-1
/
+1
|
*
[ci skip] Fix grammar/syntax in AR assocation basics.
Tim Wade
2015-05-22
1
-10
/
+11
*
|
Link association.exists?(...) to API docs [ci skip]
Eliot Sykes
2015-05-22
1
-2
/
+6
|
/
*
Update association_basics.md
Markov Alexey
2015-04-19
1
-1
/
+1
*
Improve note about unique index and foreign key on has_one association
Carlos Antonio da Silva
2015-04-13
1
-6
/
+7
*
Add note wrt foreign key constraint to ensure data integrity
Zachary Scott
2015-04-12
1
-0
/
+10
*
Merge pull request #19564 from jonatack/counter_cache_docs
Zachary Scott
2015-04-12
1
-3
/
+11
|
\
|
*
[skip ci] Fix counter_cache in the Rails Guides
Jon Atack
2015-03-28
1
-3
/
+11
*
|
Fix a few typos and wrap some lines [ci skip]
Robin Dupret
2015-04-12
1
-3
/
+4
*
|
[skip ci] primay_key -> primary_key
Jon Atack
2015-04-11
1
-1
/
+1
*
|
Copy edits for primary_key documentation in association guide. [ci skip]
Zachary Scott
2015-04-10
1
-3
/
+4
*
|
Merge branch 'belongs_to_primary_key_doc' of https://github.com/girishso/rail...
Zachary Scott
2015-04-10
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
added primary_key option documentation for belongs_to association
Girish S
2014-09-23
1
-0
/
+19
*
|
[ci skip] use true as value rather than symbol
Akshay Vishnoi
2015-03-19
1
-1
/
+1
*
|
[ci skip] use false as value rather than symbol
Akshay Vishnoi
2015-03-19
1
-1
/
+1
*
|
Composite index is [:imageable_type, :imageable_id] [ci skip]
Steve Lounsbury
2015-03-01
1
-1
/
+1
*
|
Indexing a polymorphic assoc adds index on type and id [ci skip]
Steve Lounsbury
2015-03-01
1
-1
/
+1
*
|
Tiny documentation edits [ci skip]
Robin Dupret
2015-02-24
1
-1
/
+2
*
|
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
1
-0
/
+5
*
|
Replace deprecated readonly option with scope blocks in docs and guide
Konstantinos Rousis
2015-02-18
1
-3
/
+2
*
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-02-14
1
-6
/
+6
|
\
\
|
*
|
[ci skip] Add some more code highlights.
Juanito Fatas
2015-02-10
1
-5
/
+5
|
*
|
[ci skip] Add a missing space in t.belongs_to argument.
Juanito Fatas
2015-01-29
1
-1
/
+1
*
|
|
Add Single Table Inheritance to guides [ci skip]
Andrey Nering
2015-01-31
1
-0
/
+64
|
/
/
[next]