index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
guides
/
source
/
association_basics.textile
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some typos [ci skip]
Vijay Dev
2012-02-18
1
-3
/
+3
*
Documenting the :inverse_of option for associations
Mike Gunderloy
2012-02-18
1
-0
/
+99
*
Do get it right this time. Fixing the documentation around :dependent => :res...
Aditya Sanghi
2012-02-18
1
-5
/
+5
*
Add note about Rails 4.0 changes
Aditya Sanghi
2012-02-18
1
-0
/
+4
*
Add a note about :dependent => :restrict on has_one and has_many's options
Aditya Sanghi
2012-02-18
1
-0
/
+2
*
Improve ar associations habtm docs a bit
Carlos Antonio da Silva
2012-01-31
1
-5
/
+2
*
Improve active record associations guide a bit
Carlos Antonio da Silva
2012-01-28
1
-2
/
+2
*
Replace example with SQL placeholder syntax.
Joost Baaij
2011-11-08
1
-1
/
+1
*
Runtime conditions for associations should use procs
Stephen Pike
2011-10-11
1
-4
/
+2
*
Copy editing to improve readability, consistency, and tone
mhutchin
2011-10-09
1
-4
/
+4
*
Minor copy editing
mhutchin
2011-10-09
1
-1
/
+1
*
Copy editing: s/Rails guesses/Rails assumes/g
mhutchin
2011-10-09
1
-7
/
+7
*
Copy editing to improve readability and remove any potential ambiguity
mhutchin
2011-10-09
1
-8
/
+8
*
copy editing
mhutchin
2011-10-08
1
-3
/
+3
*
copy editing
mhutchin
2011-10-08
1
-1
/
+1
*
No more changelogs inside guides
Vijay Dev
2011-09-15
1
-10
/
+0
*
forgot to sign my name to the Changelog
Dallas Reedy
2011-09-14
1
-1
/
+1
*
Removed mention of deprecated proxy methods in favor of using proxy_association.
Dallas Reedy
2011-09-14
1
-4
/
+5
*
Changed several instances of British English to be American English
Evan Farrar
2011-07-23
1
-1
/
+1
*
AR: use where in place of find
Vijay Dev
2011-06-20
1
-3
/
+1
*
- Fixed typo in association parameters configuration (again)
Sasha Gerrand
2011-05-09
1
-2
/
+2
*
- Fixed typo in the example of a self join on a model
Sasha Gerrand
2011-05-09
1
-1
/
+1
*
- Moved foreign key parameter to correct location for self join on a model ex...
Sasha Gerrand
2011-05-09
1
-2
/
+2
*
Update guide to use `change` method in various places after migration generat...
Prem Sichanugrist
2011-04-26
1
-26
/
+5
*
removes indent from guides example
Xavier Noria
2011-02-18
1
-1
/
+1
*
Added simple demonstration of has_many :through
Dan Neumann
2011-02-13
1
-0
/
+6
*
use all and first instead of find(:all) and find(:first)
Vijay Dev
2010-12-25
1
-2
/
+2
*
minor edit
Vijay Dev
2010-12-25
1
-1
/
+1
*
Association guide: change wording to say that build is for initialization, cr...
Ryan Bigg
2010-12-02
1
-2
/
+2
*
Associations guide: Add note that you must use the build_ prefix to build ass...
Ryan Bigg
2010-12-02
1
-0
/
+4
*
guides: gives clear instructions for feedback, removes links to the now archi...
Xavier Noria
2010-11-19
1
-2
/
+0
*
Use <em> rather than underscores to fix display issue with 4.1.1.1 in the ass...
Ryan Bigg and Xavier Noria
2010-10-14
1
-1
/
+1
*
Fixes in associations_basics guide.
Kulbir Saini
2010-09-24
1
-10
/
+10
*
Updated guide to use ActiveRecord::Base.where instead of ActiveRecord::Base.f...
Kulbir Saini
2010-09-24
1
-31
/
+56
*
solves everything in guides raised by WARNINGS=1 (except for one which is aba...
Xavier Noria
2010-08-27
1
-10
/
+10
*
change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines
Jaime Iniesta
2010-08-26
1
-7
/
+7
*
lifecycle should be two words, life cycle
Jaime Iniesta
2010-08-26
1
-2
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
Fixed problem with markup that caused an extra symbol in a function name when...
Brandon Tilley
2010-08-09
1
-1
/
+1
*
missing article, only seen in github's colored diff by the beard of the prophet
Xavier Noria
2010-07-10
1
-1
/
+1
*
revises recent commit related to :uniq => true
Xavier Noria
2010-07-10
1
-28
/
+22
*
expanding on :uniq option in has_many
Neeraj Singh
2010-07-09
1
-1
/
+41
*
documents automatic management of join models in hmt associations, in particu...
Xavier Noria
2010-07-06
1
-0
/
+10
*
textile typo 'h6(:has_many-group)' -> 'h6(#has_many-group)'
logylaps
2010-05-04
1
-1
/
+1
*
Fixed duplicated IDs on associations_basics guide to validate XHTML 1.0 Strict
Jaime Iniesta
2010-04-09
1
-81
/
+82
*
Putting back italics into association headers on association_basics.textile
Jaime Iniesta
2010-04-01
1
-2
/
+2
*
Fix unescaped '<' and badly formed ids on association_basics guide
Jaime Iniesta
2010-04-01
1
-3
/
+3
*
adds missing fixed-width font
Xavier Noria
2010-01-13
1
-1
/
+1
*
associations guide: find_by_customer_id -> find_all_by_customer_id, thanks to...
Xavier Noria
2009-05-24
1
-1
/
+1
*
in associations guide: exist? -> exists?, thanks to Peter Zlatnar
Xavier Noria
2009-05-23
1
-8
/
+8
[next]