aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
Commit message (Expand)AuthorAgeFilesLines
* Update Rails Guides about :autosave optionAnton Chumakov2017-09-201-4/+4
* Merge pull request #30394 from ydakuka/fixing-indentationRyuta Kamizono2017-08-241-6/+6
|\
| * Fix indentation [ci skip]Yauheni Dakuka2017-08-241-6/+6
* | Merge pull request #30376 from willnet/belongs-to-dependent-optionRyuta Kamizono2017-08-241-6/+5
|\ \ | |/ |/|
| * [ci skip]Revert commits changing wrong placewillnet2017-08-241-6/+5
* | add missing collection.reload documentation [ci skip]Julia López2017-08-081-2/+24
* | add reload_association to documentation [ci skip]Julia López2017-08-071-4/+6
|/
* [ci skip] Add backquote to :counter_cache optionYohei Yasukawa2017-06-101-1/+1
* remove the extra comma in association_basics.mdYauheni Dakuka2017-06-091-1/+1
* [ci skip]fix wrong variable name in docsMakoto Nihei2017-05-251-1/+1
* [ci skip]fix wrong method name in docswillnet2017-05-241-2/+2
* Improve foreign key description in guides [ci skip]Krzysztof Maicher2017-03-061-2/+18
* passing unique parameter to belongs_to wrongly0oneo2017-03-031-1/+1
* Clarify Bi-directional Associations docsDavid Sherline2017-01-031-23/+41
* Update HABTM documentation in guidesJames Doyley2016-10-261-3/+1
* [ci skip] Simply formatting documentsNeodelf2016-09-061-5/+5
* Grammar fix [ci skip]Waitaya Krongapiradee2016-09-021-1/+1
* Docs: Clarify when assoc. methods persistJared Beck2016-05-261-4/+4
* 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