aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/association_basics.textile
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵Sasha Gerrand2011-05-091-2/+2
| | | | example
* Update guide to use `change` method in various places after migration ↵Prem Sichanugrist2011-04-261-26/+5
| | | | generator has changed.
* 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, ↵Ryan Bigg2010-12-021-2/+2
| | | | create is for creating
* Associations guide: Add note that you must use the build_ prefix to build ↵Ryan Bigg2010-12-021-0/+4
| | | | associations of the belongs_to and has_one type
* guides: gives clear instructions for feedback, removes links to the now ↵Xavier Noria2010-11-191-2/+0
| | | | archived LH project
* Use <em> rather than underscores to fix display issue with 4.1.1.1 in the ↵Ryan Bigg and Xavier Noria2010-10-141-1/+1
| | | | asssociation basics guide
* Fixes in associations_basics guide.Kulbir Saini2010-09-241-10/+10
|
* Updated guide to use ActiveRecord::Base.where instead of ↵Kulbir Saini2010-09-241-31/+56
| | | | | | ActiveRecord::Base.find. Added `where` as a method to has_many and has_and_belongs_to_many collections.
* solves everything in guides raised by WARNINGS=1 (except for one which is ↵Xavier Noria2010-08-271-10/+10
| | | | abandoned atm)
* 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
| | | | 's/[ \t]*$//' -i {} \;)
* Fixed problem with markup that caused an extra symbol in a function name ↵Brandon Tilley2010-08-091-1/+1
| | | | when rendered.
* 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 ↵Xavier Noria2010-07-061-0/+10
| | | | particular the gotcha that deletion is direct
* 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
|
* associations guide: find_by_customer_id -> find_all_by_customer_id, thanks ↵Xavier Noria2009-05-241-1/+1
| | | | to Kai Krakow
* in associations guide: exist? -> exists?, thanks to Peter ZlatnarXavier Noria2009-05-231-8/+8
|
* String interpolation conditionsPratik Naik2009-04-231-0/+11
|
* Added touch to associations guideMike Gunderloy2009-04-191-0/+24
|
* dasherize titles in a more predictable way, and update fragment identifiers ↵Xavier Noria2009-03-151-2/+2
| | | | accordingly
* fixes broken links in association basics guideXavier Noria2009-03-151-7/+7
|
* revised case in titles of associations guideXavier Noria2009-03-141-33/+33
|
* fixes broken links in associations guideXavier Noria2009-02-281-7/+7
|
* complete pass on the associations guide, mostly typography and some minor ↵Xavier Noria2009-02-281-184/+183
| | | | bits here and there
* Improvements for Association Basics.Andreas Scherer2009-02-121-25/+25
| | | | | | | Add active links to internal sections. Use textile markup for particular words. Improve the indentation in code examples. Fix some typos.
* Use ndash for numerical relations.Andreas Scherer2009-02-121-1/+1
|
* Use n-dashes for ranges/relations.Andreas Scherer2009-02-121-1/+1
|
* Mistyped HTML corrected.Andreas Scherer2009-02-101-1/+1
|
* Fix code sample in Association Basics GuideMike Gunderloy2009-02-081-1/+1
|
* Fix spelling error in association basics guideJames Miller2009-02-061-1/+1
|
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+1782