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
*
suggested fixes for :dependent => :restrict deprecation.
Manoj
2012-01-31
1
-2
/
+4
*
has_many/has_one, :dependent => :restrict, deprecation added.
Manoj
2012-01-29
1
-4
/
+2
*
removed unnecessary require for activesupport/core_ext/array/wrap
Karunakar (Ruby)
2012-01-07
1
-1
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2011-12-14
1
-1
/
+1
|
\
|
*
changed :finder_sql example to select *
clst
2011-12-12
1
-1
/
+1
|
*
fixed example for :finder_sql
clst
2011-12-12
1
-1
/
+1
*
|
fix nodocs
Vijay Dev
2011-12-09
1
-1
/
+1
|
/
*
s/is is/is
Vijay Dev
2011-12-01
1
-1
/
+1
*
changelog & docs for GeneratedFeatureMethods
Josh Susser
2011-11-27
1
-0
/
+20
*
Add some note on adding index to HABTM table
Prem Sichanugrist
2011-10-20
1
-0
/
+4
*
Use new migration style in HABTM join table
Prem Sichanugrist
2011-10-20
1
-5
/
+1
*
fixing docs for delete_sql where quotes should be used in this example.
Diego Plentz
2011-09-26
1
-1
/
+1
*
[:class_name] option in belongs_to should mention belongs_to and not has_one
Erik Behrends
2011-09-13
1
-1
/
+1
*
Updated the docs for the has_many :finder_sql option to reflect changes made ...
Alan Larkin
2011-08-20
1
-6
/
+10
*
Add a proxy_association method to association proxies, which can be called by...
Jon Leighton
2011-07-27
1
-0
/
+6
*
:joins => joins
Akira Matsuda
2011-07-08
1
-12
/
+12
*
:include => includes
Akira Matsuda
2011-07-08
1
-7
/
+7
*
find(:first) => first
Akira Matsuda
2011-07-08
1
-5
/
+5
*
find(:all) => all
Akira Matsuda
2011-07-08
1
-18
/
+18
*
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
[next]