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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cache nil results for has_one associations so multiple calls don't call the d...
Rick Olson
2006-08-08
1
-2
/
+2
*
Formally deprecate rich associations. [Koz]
Michael Koziarski
2006-08-05
1
-1
/
+4
*
Calculate sum with SQL, not Enumerable on HasManyThrough Associations. [Dan P...
Rick Olson
2006-07-31
1
-1
/
+6
*
Allow #count through a has_many association to accept :include. [Dan Peterson]
Rick Olson
2006-07-24
1
-0
/
+1
*
fix association exception messages, fix them so the error messages actually d...
Rick Olson
2006-07-20
1
-1
/
+1
*
Add AssociationCollection#sum since the method_missing invokation has been sh...
Nicholas Seckar
2006-06-25
1
-0
/
+5
*
Fixed that has_many.create ended up with duplicate objects (closes #5250) [da...
David Heinemeier Hansson
2006-06-03
1
-1
/
+1
*
delegate AssociationProxy#to_param to the association target so that associat...
Rick Olson
2006-06-01
1
-1
/
+2
*
Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...
Rick Olson
2006-05-29
1
-0
/
+11
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-1
/
+13
*
Minor style tweaks
David Heinemeier Hansson
2006-05-21
2
-8
/
+4
*
Fixed that has_many collections shouldn't load the entire association to do b...
David Heinemeier Hansson
2006-05-21
2
-3
/
+35
*
uniq preserves order. References [4325].
Jeremy Kemper
2006-05-07
1
-1
/
+8
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
4
-36
/
+32
*
Raise error when trying to add to a has_many :through association. Use the J...
Rick Olson
2006-04-25
1
-1
/
+8
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-4
/
+7
*
Allow multiple association extensions with :extend option (closes #4666) [Jo...
Rick Olson
2006-04-11
1
-1
/
+1
*
Fix HasManyAssociation#find bugs when :finder_sql is set (closes #4600) [lagr...
David Heinemeier Hansson
2006-04-06
1
-1
/
+1
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
1
-10
/
+13
*
Fixed that AssociationCollection#delete_all should work even if the records o...
Florian Weber
2006-04-03
1
-0
/
+1
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
1
-3
/
+9
*
Do not implicitly mark recordss of has_many :through as readonly but do mark ...
Marcel Molina
2006-03-30
1
-1
/
+1
*
Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ...
Rick Olson
2006-03-26
1
-1
/
+1
*
Fixed issue that kept :select options from being scoped [Rick]
Rick Olson
2006-03-26
1
-1
/
+1
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
1
-1
/
+1
*
Allow overriding of find parameters in scoped has_many :through calls [Rick O...
Rick Olson
2006-03-21
1
-9
/
+9
*
Quit ignoring default :include options in has_many :through calls [Mark James]
Rick Olson
2006-03-19
1
-5
/
+7
*
Allow has_many :through to work on has_many associations (closes #3864) [sco@...
Rick Olson
2006-03-19
1
-17
/
+36
*
Raise error when trying to select many polymorphic objects with has_many :thr...
Rick Olson
2006-03-19
2
-24
/
+10
*
Fixed has_many :through to include :conditions set on the :through associatio...
Rick Olson
2006-03-18
1
-5
/
+19
*
Fix that has_many :through honors the foreign key set by the belongs_to assoc...
Rick Olson
2006-03-18
1
-2
/
+5
*
Update lingering uses of deprecated association dependency options (closes #4...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]
Rick Olson
2006-03-18
1
-1
/
+1
*
Nicer error message on has_many :through when :through reflection can not be ...
David Heinemeier Hansson
2006-03-18
1
-1
/
+3
*
remove some commented-out cruft
Rick Olson
2006-03-16
1
-4
/
+0
*
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...
Rick Olson
2006-03-16
7
-12
/
+24
*
Added Base.abstract_class? that marks which classes are not part of the Activ...
Rick Olson
2006-03-16
5
-5
/
+5
*
Fix counter cache setting in belongs-to proxy
Jamis Buck
2006-03-09
1
-1
/
+1
*
Make counter cache work when replacing an association (closes #3245). Thanks ...
Jamis Buck
2006-03-04
1
-0
/
+11
*
Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...
David Heinemeier Hansson
2006-03-03
1
-1
/
+1
*
save polymorphic joins from the has_many|one association (closes #3812) [Rick...
David Heinemeier Hansson
2006-02-12
3
-4
/
+12
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
1
-1
/
+1
*
Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...
Jeremy Kemper
2006-02-09
1
-2
/
+8
*
Using AssociationCollection#build with arrays of hashes should call build, no...
David Heinemeier Hansson
2006-02-03
1
-1
/
+1
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
1
-2
/
+1
*
Fix .count for has_many associations with multi-line finder-sql. Closes #3540
Michael Koziarski
2006-01-21
2
-2
/
+4
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
1
-5
/
+1
*
made .find() and class method delegation work on :through relations
Tobias Lütke
2005-12-20
1
-2
/
+33
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-1
/
+9
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
1
-1
/
+2
[next]