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 docrails
Pratik Naik
2009-07-25
1
-5
/
+71
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-3
/
+6
*
Use map! instead of map for <association>_ids
Pratik Naik
2009-07-13
1
-2
/
+2
*
Optimize <association>_ids for hm:t with belongs_to source
Pratik Naik
2009-07-13
1
-1
/
+8
*
HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.
Adam Milligan
2009-06-12
1
-7
/
+2
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-1
/
+1
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+2
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-4
/
+2
*
Fixed eager load error on find with include => [:table_name] and hash conditi...
Anthony Crumley
2009-05-10
1
-4
/
+16
*
honour :inverse_of for joins based include
Frederick Cheung
2009-05-10
1
-2
/
+8
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-3
/
+9
*
Ensure :dependent => :delete_all works for association with hash conditions
Pratik Naik
2009-04-20
1
-1
/
+1
*
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-1
/
+1
*
Added :touch option to belongs_to associations that will touch the parent rec...
David Heinemeier Hansson
2009-04-16
1
-23
/
+45
*
Ensure NoMethodError isn't raised when some of the nested eager loaded associ...
Murray Steele
2009-03-12
1
-4
/
+9
*
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...
Adam Milligan
2009-03-07
1
-1
/
+1
*
Ensure belongs_to association with a counter cache in name spaced model works...
Adam Cooper
2009-03-06
1
-3
/
+1
*
Ensure self referential HABTM associations raise an exception if association_...
Tom Lea
2009-03-06
1
-0
/
+10
*
Force all internal calls to Array#to_sentence to use English [#2010 state:res...
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
1
-118
/
+2
*
Merge with docrails
Pratik Naik
2009-02-24
1
-36
/
+29
*
Merge docrails along with the new guides and guides generation code
Pratik Naik
2009-02-06
1
-0
/
+16
*
Merge docrails
Pratik Naik
2009-02-01
1
-4
/
+5
*
Add support for nested object forms to ActiveRecord and the helpers in Action...
Eloy Duran
2009-02-01
1
-43
/
+48
*
Make belongs_to :dependent => :destroy destroy self before associated object...
Ben VandenBos
2009-01-16
1
-2
/
+2
*
Merge commit 'fred/pullable'
Pratik Naik
2008-12-30
1
-2
/
+2
|
\
|
*
Fix to_sentence being used with options removed by 273c77
Frederick Cheung
2008-12-27
1
-1
/
+1
|
*
Fix :include of has_many associations with :primary_key option
Frederick Cheung
2008-12-26
1
-1
/
+1
*
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-18
/
+18
|
/
*
Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...
Frederick Cheung
2008-12-21
1
-3
/
+3
*
Fix has many through not quoting table names [#1163 state:resolved]
Karthik Krishnan
2008-12-20
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-12-19
1
-5
/
+5
*
Don't include table_name twice
Frederick Cheung
2008-12-18
1
-1
/
+1
*
Ensure :include checks joins when determining if it can preload [#528 state:r...
Frederick Cheung
2008-12-18
1
-10
/
+33
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-4
/
+8
*
Ensure hash conditions on referenced tables are considered when eager loading...
Paul
2008-11-26
1
-0
/
+1
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-10
/
+12
*
Added :counter_sql as a valid key for habtm associations
Tekin Suleyman
2008-11-07
1
-1
/
+1
*
Merge docrails. Remove unnecessary files.
Pratik Naik
2008-11-02
1
-0
/
+8
*
Make sure habtm use class variable to list association valid keys
Luca Guidi
2008-11-01
1
-9
/
+12
*
Skip collection ids reader optimization if using :finder_sql
Jeremy Kemper
2008-10-23
1
-1
/
+1
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
1
-1
/
+2
*
Remove the functionality introduce in 28d3390
Michael Koziarski
2008-10-10
1
-12
/
+1
*
explicitly including child associations that are also included in the parent ...
Will Bryant
2008-10-10
1
-0
/
+5
*
Merge docrails
Pratik Naik
2008-10-05
1
-2
/
+6
*
Refactor configure_dependency_for_has_many to use a few more methods.
Hongli Lai (Phusion)
2008-09-24
1
-3
/
+34
*
Add Model#delete instance method, similar to Model.delete class method. [#108...
Hongli Lai (Phusion
2008-09-21
1
-2
/
+2
*
applied patch to fix the associations with blocks in modules bug from an old ...
Adeh DeSandies
2008-09-20
1
-4
/
+4
*
Fixed an error triggered by a reload followed by a foreign key assignment.
Nathaniel Talbott
2008-09-20
1
-1
/
+5
[next]