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
/
activerecord
/
lib
/
active_record
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-06
1
-4
/
+4
|
\
|
*
Fix font styling on associations.rb
Sebastian Martinez
2011-05-26
1
-4
/
+4
*
|
Corrected some typos and American vs. Queen's English issues
Lee Reilly
2011-05-29
1
-1
/
+1
*
|
Removes the restriction on primary key when joining in a habtm && test that i...
Mohammad El-Abid
2011-05-26
1
-6
/
+0
|
/
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
1
-30
/
+32
|
\
|
*
has_many :dependent => :restrict raises an exception but is not documented ap...
Aditya Sanghi
2011-05-22
1
-2
/
+4
|
*
Changing examples: use 'each' instead of 'for in'
Guillermo Iguaran
2011-05-19
1
-4
/
+4
|
*
Remove extra white-spaces.
Sebastian Martinez
2011-05-19
1
-24
/
+24
*
|
Remove extra white spaces.
Sebastian Martinez
2011-05-19
1
-3
/
+3
*
|
Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio...
Jon Leighton
2011-05-19
1
-5
/
+6
|
/
*
:touch => :symbol also updates the updated_at attribute
Bruno Michel
2011-05-10
1
-1
/
+1
*
Abstract some common code from AssociationScope and JoinDependency::JoinAssoc...
Jon Leighton
2011-03-11
1
-0
/
+1
*
Move the code which builds a scope for through associations into a generic As...
Jon Leighton
2011-03-10
1
-3
/
+4
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-554
/
+207
|
\
|
*
Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods...
Jon Leighton
2011-02-28
1
-2
/
+2
|
*
Rewrote AssociationPreload.
Jon Leighton
2011-02-28
1
-0
/
+2
|
*
Use proper objects to do the work to build the associations (adding methods, ...
Jon Leighton
2011-02-21
1
-387
/
+22
|
*
merges docrails
Xavier Noria
2011-02-18
1
-1
/
+1
|
|
\
|
|
*
Fix Typos: remove several occurences of the the
Nicholas Rowe
2011-02-17
1
-1
/
+1
|
*
|
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-34
/
+30
|
*
|
Allow building and then later saving has_many :through records, such that the...
Jon Leighton
2011-02-18
1
-7
/
+31
|
*
|
Ensure that association_ids uses the correct attribute where the association ...
Jon Leighton
2011-02-18
1
-2
/
+5
|
*
|
Documentation for recent refinements to association deletion
Jon Leighton
2011-02-07
1
-3
/
+75
|
*
|
Support the :dependent option on has_many :through associations. For historic...
Jon Leighton
2011-02-07
1
-2
/
+1
|
|
/
|
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-02-05
1
-1
/
+1
|
|
\
|
|
*
keep options titles consistent to "Options"
Gabriel Horner
2011-02-03
1
-1
/
+1
|
*
|
Fixing ordering of HABTM association deletion [#6191 state:resolved]
Edward Faulkner
2011-02-04
1
-1
/
+1
|
|
/
|
*
Removed support for accessing attributes on a has_and_belongs_to_many join ta...
Jon Leighton
2011-01-16
1
-6
/
+0
|
*
Abstract common code from BelongsToAssociation and HasOneAssociation into Sin...
Jon Leighton
2011-01-16
1
-0
/
+1
|
*
Document the new create_association! method on one-to-one associations
Jon Leighton
2011-01-16
1
-1
/
+9
|
*
Add create_association! for belongs_to
Jon Leighton
2011-01-16
1
-3
/
+3
|
*
Support for create_association! for has_one associations
Jon Leighton
2011-01-11
1
-0
/
+1
|
*
Refactor the code for singular association constructors. This will allow me t...
Jon Leighton
2011-01-11
1
-8
/
+13
|
*
It's not necessary to pass the association proxy class around now
Jon Leighton
2011-01-11
1
-22
/
+15
|
*
Get rid of set_association_target and association_loaded? as the parts of the...
Jon Leighton
2011-01-11
1
-12
/
+0
|
*
DRY up the code which instantiates the association proxy
Jon Leighton
2011-01-11
1
-35
/
+24
|
*
Document the recent changes to association assignment
Jon Leighton
2011-01-11
1
-4
/
+9
|
*
Return value is irrelevant here as the RHS of the assignment is always return...
Jon Leighton
2011-01-11
1
-1
/
+0
|
*
Remove incorrect documentation about build_assoc on has_one. This is proven, ...
Jon Leighton
2011-01-11
1
-2
/
+1
|
*
For a singular association, it should be build_association, rather than assoc...
Jon Leighton
2011-01-11
1
-1
/
+1
|
*
Correctly indent the bullet points under 'One-to-one associations', so that t...
Jon Leighton
2011-01-11
1
-10
/
+10
|
*
Not really worth having the HasAssociation module for just a single method
Jon Leighton
2011-01-07
1
-1
/
+0
|
*
just use a hash for doing association caching
Aaron Patterson
2011-01-07
1
-7
/
+7
|
*
no need for self
Aaron Patterson
2011-01-06
1
-1
/
+1
|
*
Remove undocumented feature from has_one where you could pass false as the se...
Jon Leighton
2011-01-03
1
-8
/
+3
|
*
When preloading a belongs_to, the target should still be set (to nil) if ther...
Jon Leighton
2011-01-03
1
-0
/
+1
|
*
Allow assignment on has_one :through where the owner is a new record [#5137 s...
Jon Leighton
2011-01-03
1
-11
/
+12
|
*
Have a proper AssociationReflection#foreign_type method rather than using opt...
Jon Leighton
2011-01-03
1
-7
/
+1
|
*
Add documentation for the :foreign_type option on belongs_to
Jon Leighton
2011-01-03
1
-0
/
+5
|
*
Rename AssociationReflection#primary_key_name to foreign_key, since the optio...
Jon Leighton
2010-12-31
1
-2
/
+2
[next]