aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/association_basics.textile
Commit message (Expand)AuthorAgeFilesLines
* moves the guides up to the root directoryXavier Noria2012-03-171-1962/+0
* Close string quotesJoão Britto2012-03-091-1/+1
* fix some typos [ci skip]Vijay Dev2012-02-181-3/+3
* Documenting the :inverse_of option for associationsMike Gunderloy2012-02-181-0/+99
* Do get it right this time. Fixing the documentation around :dependent => :res...Aditya Sanghi2012-02-181-5/+5
* Add note about Rails 4.0 changesAditya Sanghi2012-02-181-0/+4
* Add a note about :dependent => :restrict on has_one and has_many's optionsAditya Sanghi2012-02-181-0/+2
* Improve ar associations habtm docs a bitCarlos Antonio da Silva2012-01-311-5/+2
* Improve active record associations guide a bitCarlos Antonio da Silva2012-01-281-2/+2
* Replace example with SQL placeholder syntax. Joost Baaij2011-11-081-1/+1
* Runtime conditions for associations should use procsStephen Pike2011-10-111-4/+2
* Copy editing to improve readability, consistency, and tonemhutchin2011-10-091-4/+4
* Minor copy editingmhutchin2011-10-091-1/+1
* Copy editing: s/Rails guesses/Rails assumes/gmhutchin2011-10-091-7/+7
* Copy editing to improve readability and remove any potential ambiguitymhutchin2011-10-091-8/+8
* copy editingmhutchin2011-10-081-3/+3
* copy editingmhutchin2011-10-081-1/+1
* No more changelogs inside guidesVijay Dev2011-09-151-10/+0
* forgot to sign my name to the ChangelogDallas Reedy2011-09-141-1/+1
* Removed mention of deprecated proxy methods in favor of using proxy_association.Dallas Reedy2011-09-141-4/+5
* Changed several instances of British English to be American EnglishEvan Farrar2011-07-231-1/+1
* AR: use where in place of findVijay Dev2011-06-201-3/+1
* - Fixed typo in association parameters configuration (again)Sasha Gerrand2011-05-091-2/+2
* - Fixed typo in the example of a self join on a modelSasha Gerrand2011-05-091-1/+1
* - Moved foreign key parameter to correct location for self join on a model ex...Sasha Gerrand2011-05-091-2/+2
* Update guide to use `change` method in various places after migration generat...Prem Sichanugrist2011-04-261-26/+5
* removes indent from guides exampleXavier Noria2011-02-181-1/+1
* Added simple demonstration of has_many :throughDan Neumann2011-02-131-0/+6
* use all and first instead of find(:all) and find(:first)Vijay Dev2010-12-251-2/+2
* minor editVijay Dev2010-12-251-1/+1
* Association guide: change wording to say that build is for initialization, cr...Ryan Bigg2010-12-021-2/+2
* Associations guide: Add note that you must use the build_ prefix to build ass...Ryan Bigg2010-12-021-0/+4
* guides: gives clear instructions for feedback, removes links to the now archi...Xavier Noria2010-11-191-2/+0
* Use <em> rather than underscores to fix display issue with 4.1.1.1 in the ass...Ryan Bigg and Xavier Noria2010-10-141-1/+1
* Fixes in associations_basics guide.Kulbir Saini2010-09-241-10/+10
* Updated guide to use ActiveRecord::Base.where instead of ActiveRecord::Base.f...Kulbir Saini2010-09-241-31/+56
* solves everything in guides raised by WARNINGS=1 (except for one which is aba...Xavier Noria2010-08-271-10/+10
* change 'a SQL' to 'an SQL' as suggested by the api documentation guidelinesJaime Iniesta2010-08-261-7/+7
* lifecycle should be two words, life cycleJaime Iniesta2010-08-261-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Fixed problem with markup that caused an extra symbol in a function name when...Brandon Tilley2010-08-091-1/+1
* missing article, only seen in github's colored diff by the beard of the prophetXavier Noria2010-07-101-1/+1
* revises recent commit related to :uniq => trueXavier Noria2010-07-101-28/+22
* expanding on :uniq option in has_manyNeeraj Singh2010-07-091-1/+41
* documents automatic management of join models in hmt associations, in particu...Xavier Noria2010-07-061-0/+10
* textile typo 'h6(:has_many-group)' -> 'h6(#has_many-group)'logylaps2010-05-041-1/+1
* Fixed duplicated IDs on associations_basics guide to validate XHTML 1.0 StrictJaime Iniesta2010-04-091-81/+82
* Putting back italics into association headers on association_basics.textileJaime Iniesta2010-04-011-2/+2
* Fix unescaped '<' and badly formed ids on association_basics guideJaime Iniesta2010-04-011-3/+3
* adds missing fixed-width fontXavier Noria2010-01-131-1/+1