aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/association_basics.md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Add Single Table Inheritance to guides [ci skip]Andrey Nering2015-01-311-0/+64
|/ /
* | - Changed `IN` to `ON` in markdown renderer conditionVipul A M2015-01-141-1/+1
* | Minor documentation edits [ci skip]Robin Dupret2014-12-281-0/+1
* | warn about reading guides in GitHubXavier Noria2014-12-231-0/+2
* | You need to specify the counter_cache option on the has_many side of the asso...Steve Lounsbury2014-12-161-1/+7
* | Add `null` option to timestamps as migration generator does [ci skip]Zachary Scott2014-12-141-19/+19
* | [ci skip] Remove outdate note of :dependentAaron Huang2014-11-281-2/+0
* | [ci skip] Fix some typos, normalize sentence.Juanito Fatas2014-09-081-7/+7
|/
* Merge pull request #16722 from yui-knk/fix/guides_association_basics2Rafael Mendonça França2014-08-271-4/+4
|\
| * [ci skip] Fix typo of `collection_singular_ids=` method.yui-knk2014-08-271-4/+4
* | [ci skip] Fix typo of `collection=` method.yui-knk2014-08-271-4/+4
|/
* adding indexes on tables in migration scriptsMatt Warren2014-07-241-11/+20
* correct markdown usage [ci skip]Nishant Modak2014-07-091-6/+6
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-20/+20
* [ci skip] Use plain underscore instead of "\_".Juanito Fatas2014-04-131-1/+1
* Updated association_basics.md [ci skip]Rohit Paul Kuruvilla2014-01-311-0/+13
* updating options documentation for associationsKuldeep Aggarwal2013-11-291-1/+5
* [ci skip] Fix number of methods added by association.Juanito Fatas2013-10-171-8/+8
* added "id: false" to HABTM join table exampleOfer Nave2013-09-241-1/+1
* Fix the model name in the association basics guidesRafael Mendonça França2013-09-231-1/+4
* cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-231-2/+2
* Added comment to a guide about necessity of `:dependent` option for associati...Ilya Vorontsov2013-08-121-0/+6
* [Fixes #11734]Correct Association Basics Guide on has_and_belongs_to_many[ci ...Gaurish Sharma2013-08-031-2/+3
* Fix a grammatical error/typo in Active Record Associations guide.Daniel Dawson2013-07-111-1/+1
* Using preferred find_by syntax in guidesCristian Planas2013-07-011-1/+1
* fix quotes and ruby old hashesMikhail Dieterle2013-06-151-4/+4
* Use markdown quotes instead <tt> tagMikhail Dieterle2013-06-151-5/+5
* Added bang method versions to association basics guideMatthew Hensrud2013-06-071-1/+25
* End-of-line whitespace huntSunny Ripert2013-05-281-12/+12
* Added an example for primary_key optionNeeraj Singh2013-05-221-0/+14
* Adding documentation to the automatic inverse_of finder.wangjohn2013-05-111-0/+11
* Changed the guides to use distinct instead of uniq for associations (seewangjohn2013-04-021-6/+30
* Typo: Migration class name would use pluralChao Ren2013-03-231-1/+1
* TypppoAkira Matsuda2013-03-061-2/+2
* Add explanation of :dependent => :restrictDavid Deller2013-03-011-1/+1
* Merge pull request #8432 from rmcastil/add_migration_example_to_each_associat...Rafael Mendonça França2012-12-131-0/+130
|\
| * Add migration example to Association Basics [ci skip]Ryan Castillo2012-12-131-0/+130