aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
Commit message (Expand)AuthorAgeFilesLines
* Update how to clear the association cacheSammy Larbi2016-03-281-2/+2
* Clarify has_many :dependent option docs [ci skip]Chris Arcand2016-03-111-9/+7
* [ci skip] Update all guides with `null: false` change in migrationsPrathamesh Sonpatki2016-03-031-19/+19
* [ci skip] fix typosMikhail Dieterle2016-02-141-3/+3
* [ci skip] fix typoMikhail Dieterle2016-01-301-1/+1
* Fix discrepancies in associations guide [ci skip]Prathamesh Sonpatki2016-01-191-6/+6
* `ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c...amitkumarsuroliya2016-01-191-2/+2
* Association Guide replaces Order as example with Author-Book Example [ci skip]amitkumarsuroliya2016-01-181-230/+230
* Merge pull request #22394 from j-dexx/update_association_basics_guideJon Moss2016-01-181-3/+13
|\
| * Updated the guides for having a distinct has_many through at the database levelJames Doyley2016-01-181-3/+13
* | ApplicationRecord documentation passGenadi Samokovarov2015-12-171-117/+117
* | Use a real migration version number in docsMatthew Draper2015-12-151-13/+13
* | Use a deliberately-invalid migration version in all doc examplesMatthew Draper2015-12-151-13/+13
|/
* Clarify automatic creation/deletion of join models for has_many throughSean Collins2015-11-061-2/+4
* Update association_basics.mdraq9292015-11-011-2/+4
* Use #distinct instead of #uniq in the guides [ci skip]oesgalha2015-10-291-3/+3
* Fix documentation for has_many dependant options.Niall Burkley2015-09-291-1/+4
* remove association reload option from guide [ci skip]yuuji.yaginuma2015-09-201-12/+20
* [ci skip] migration and association guides: added some remarks about join tablesr11runner2015-08-041-0/+13
* Merge pull request #20652 from ankit1910/change_docZachary Scott2015-06-271-2/+12
|\
| * Change documentation for collection.build and collection.create [ci-skip]ankit19102015-06-211-2/+12
* | Minor fixes [ci skip]Andrey Nering2015-06-221-2/+2
|/
* A few documentation tweaks [ci skip]Robin Dupret2015-06-071-2/+3
* [ci skip] fix the `collection.clear` guideRoque Pinel2015-06-021-1/+7
* Fixed typos in guidemanish-shrivastava2015-06-011-1/+1
* Merge pull request #20270 from imtayadeway/tw/association-basics-docsClaudio B.2015-05-241-11/+12
|\
| * [ci skip] Fix markdown issue in association basics docs.Tim Wade2015-05-221-1/+1
| * [ci skip] Use spaceship operator to indicate precedence.Tim Wade2015-05-221-1/+1
| * [ci skip] Fix grammar/syntax in AR assocation basics.Tim Wade2015-05-221-10/+11
* | Link association.exists?(...) to API docs [ci skip]Eliot Sykes2015-05-221-2/+6
|/
* Update association_basics.mdMarkov Alexey2015-04-191-1/+1
* Improve note about unique index and foreign key on has_one associationCarlos Antonio da Silva2015-04-131-6/+7
* Add note wrt foreign key constraint to ensure data integrityZachary Scott2015-04-121-0/+10
* Merge pull request #19564 from jonatack/counter_cache_docsZachary Scott2015-04-121-3/+11
|\
| * [skip ci] Fix counter_cache in the Rails GuidesJon Atack2015-03-281-3/+11
* | Fix a few typos and wrap some lines [ci skip]Robin Dupret2015-04-121-3/+4
* | [skip ci] primay_key -> primary_keyJon Atack2015-04-111-1/+1
* | Copy edits for primary_key documentation in association guide. [ci skip]Zachary Scott2015-04-101-3/+4
* | Merge branch 'belongs_to_primary_key_doc' of https://github.com/girishso/rail...Zachary Scott2015-04-101-0/+19
|\ \ | |/ |/|
| * added primary_key option documentation for belongs_to associationGirish S2014-09-231-0/+19
* | [ci skip] use true as value rather than symbolAkshay Vishnoi2015-03-191-1/+1
* | [ci skip] use false as value rather than symbolAkshay Vishnoi2015-03-191-1/+1
* | Composite index is [:imageable_type, :imageable_id] [ci skip]Steve Lounsbury2015-03-011-1/+1
* | Indexing a polymorphic assoc adds index on type and id [ci skip]Steve Lounsbury2015-03-011-1/+1
* | Tiny documentation edits [ci skip]Robin Dupret2015-02-241-1/+2
* | Require `belongs_to` by default.Josef Šimánek2015-02-211-0/+5
* | Replace deprecated readonly option with scope blocks in docs and guideKonstantinos Rousis2015-02-181-3/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-02-141-6/+6
|\ \
| * | [ci skip] Add some more code highlights.Juanito Fatas2015-02-101-5/+5
| * | [ci skip] Add a missing space in t.belongs_to argument.Juanito Fatas2015-01-291-1/+1