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
*
Fixed usage of :limit and with_scope when the association in scope is a 1:m (...
David Heinemeier Hansson
2006-06-03
1
-1
/
+1
*
Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...
Rick Olson
2006-05-29
1
-0
/
+6
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-0
/
+7
*
Add a quick note about :select and eagerly included associations. [Rick]
Rick Olson
2006-05-23
1
-1
/
+2
*
Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@...
Rick Olson
2006-05-22
1
-1
/
+3
*
Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net]
Marcel Molina
2006-05-21
1
-3
/
+3
*
Call Inflector#demodulize on the class name when eagerly including an STI mod...
Rick Olson
2006-05-15
1
-1
/
+1
*
Allow :uniq => true with has_many :through associations.
Jeremy Kemper
2006-05-06
1
-1
/
+4
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-2
/
+1
*
Raise error when trying to add to a has_many :through association. Use the J...
Rick Olson
2006-04-25
1
-0
/
+10
*
Allow all calculations to take the :include option, not just COUNT (closes #4...
Rick Olson
2006-04-25
1
-33
/
+0
*
Ensure that Associations#include_eager_conditions? checks both scoped and exp...
Rick Olson
2006-04-19
1
-5
/
+13
*
Associations#select_limited_ids_list adds the ORDER BY columns to the SELECT ...
Rick Olson
2006-04-18
1
-4
/
+5
*
DRY up association collection reader method generation.
Marcel Molina
2006-04-15
1
-6
/
+3
*
Allow multiple association extensions with :extend option (closes #4666) [Jo...
Rick Olson
2006-04-11
1
-0
/
+8
*
Fixed that loading including associations returns all results if Load IDs For...
Rick Olson
2006-04-06
1
-5
/
+13
*
Doc fix (closes #4609)
David Heinemeier Hansson
2006-04-06
1
-1
/
+1
*
Support eager includes when going through a polymorphic has_many association....
Rick Olson
2006-04-05
1
-18
/
+32
*
Added support for eagerly including polymorphic has_one associations. (closes...
Rick Olson
2006-04-05
1
-6
/
+10
*
Added descriptive error messages for invalid has_many :through associations: ...
Rick Olson
2006-04-05
1
-0
/
+12
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
1
-6
/
+5
*
documentation for polymorphic joins
Rick Olson
2006-03-28
1
-1
/
+23
*
Fixed documentation
David Heinemeier Hansson
2006-03-28
1
-4
/
+4
*
Making ActiveRecord faster [skaes]
David Heinemeier Hansson
2006-03-27
1
-11
/
+14
*
Fixed eager loading so that an aliased table cannot clash with a has_and_belo...
Rick Olson
2006-03-27
1
-2
/
+2
*
Add support for :include to with_scope [andrew@redlinesoftware.com]
Michael Koziarski
2006-03-27
1
-9
/
+9
*
remove some documentation cruft on has_many
Rick Olson
2006-03-24
1
-3
/
+0
*
Change has_many :through to use the :source option to specify the source asso...
Rick Olson
2006-03-24
1
-9
/
+61
*
STI associations are now aliased to the table name for backwards compatibilit...
Rick Olson
2006-03-23
1
-9
/
+54
*
Don't classify the has_one class when eager loading, it is already singular. ...
Rick Olson
2006-03-19
1
-15
/
+18
*
Quit ignoring default :include options in has_many :through calls [Mark James]
Rick Olson
2006-03-19
1
-6
/
+12
*
Allow has_many :through associations to find the source association by settin...
Rick Olson
2006-03-19
1
-3
/
+3
*
Eager Loading support added for has_many :through => :has_many associations (...
Rick Olson
2006-03-19
1
-4
/
+14
*
Raise error when trying to select many polymorphic objects with has_many :thr...
Rick Olson
2006-03-19
1
-0
/
+48
*
Fixed has_many :through to include :conditions set on the :through associatio...
Rick Olson
2006-03-18
1
-3
/
+7
*
Update lingering uses of deprecated association dependency options (closes #4...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Fixed that eager loading from belongs_to would cause the association to be do...
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
-2
/
+2
*
Rework table aliasing to account for truncated table aliases. Add smarter ta...
Rick Olson
2006-03-18
1
-22
/
+46
*
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...
Rick Olson
2006-03-16
1
-6
/
+7
*
Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...
Rick Olson
2006-03-16
1
-12
/
+22
*
Change LEFT OUTER JOIN authors AS authors to LEFT OUTER JOIN authors authors ...
David Heinemeier Hansson
2006-03-16
1
-9
/
+9
*
Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]
Rick Olson
2006-03-16
1
-3
/
+10
*
Allow counter_cache to accept a column name
Jamis Buck
2006-03-09
1
-3
/
+8
*
format fix for locking [Michael Koziarski]
Michael Koziarski
2006-03-09
1
-4
/
+7
*
Fix quoting of inheritance column for STI eager loading #4098 [Jonathan Viney...
Rick Olson
2006-03-06
1
-7
/
+7
*
slight change to eager associations table aliasing: use class_reflection, lik...
Rick Olson
2006-03-06
1
-1
/
+1
*
Fixed eager loading problems with single-table inheritance [Rick Olson] Added...
David Heinemeier Hansson
2006-03-05
1
-46
/
+55
*
Added cascading eager loading that allows for queries like Author.find(:all, ...
David Heinemeier Hansson
2006-03-04
1
-133
/
+237
*
Make counter_cache work with polymorphic belongs_to
Jamis Buck
2006-03-04
1
-12
/
+12
[next]