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
*
Add ActiveRecord::Base.sti_name that checks ActiveRecord::Base#store_full_sti...
rick
2008-05-31
1
-1
/
+1
*
belongs_to polymorphic association assignments update the foreign_id and fore...
Tim Harper
2008-05-31
1
-4
/
+2
*
Ensure AssociationCollection#count works with empty condition. [#271 state:re...
Pratik Naik
2008-05-29
1
-1
/
+1
*
Merge docrails.
Pratik Naik
2008-05-25
2
-3
/
+3
*
Create through associations can now work with blocks.
Ryan Bates
2008-05-24
1
-2
/
+8
*
Added :select option to has_one and belongs_to, remove unused :order option o...
josevalim
2008-05-24
3
-6
/
+9
*
Verbose ActiveRecord::AssociationTypeMismatch exception message. [#189 state:...
Pratik Naik
2008-05-21
1
-1
/
+2
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
1
-1
/
+24
*
- Updated tzinfo to use Rational() instead of Rational.new! due to "private m...
Nate Wiger
2008-05-19
1
-1
/
+1
*
Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...
Andreas Neuhaus
2008-05-08
1
-2
/
+2
*
Improve documentation coverage and markup
Xavier Noria
2008-05-02
1
-0
/
+10
*
best solution?
Steven Soroka
2008-05-01
1
-2
/
+2
*
Fixes a subtle bug when using symbols for key definitions in habtm associations
David Dollar
2008-04-23
1
-3
/
+3
*
Fix include? on has_many collections with finder_sql to fall back to Array in...
Joshua Bates
2008-04-23
1
-0
/
+1
*
Remove duplicate code from associations. [Pratik]
Pratik Naik
2008-04-06
5
-164
/
+70
*
Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...
Pratik Naik
2008-04-06
5
-77
/
+50
*
Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]
Pratik Naik
2008-04-05
3
-21
/
+19
*
Improve documentation.
Pratik Naik
2008-04-05
1
-0
/
+45
*
Replaced callback method evaluation in AssociationCollection class to use Act...
Josh Peek
2008-04-04
1
-13
/
+2
*
Make HABTM#create behave the same as << with after_add callbacks. Closes #11...
Michael Koziarski
2008-04-04
1
-4
/
+3
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
2
-1
/
+6
*
Fixed that has_many :through would ignore the hash conditions (closes #11447)...
David Heinemeier Hansson
2008-03-28
1
-2
/
+14
*
Fix issue where the :uniq option of a has_many :through association is ignore...
Rick Olson
2008-03-26
1
-5
/
+3
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
4
-5
/
+16
*
Allow association scoping for built/created records if :conditions is specifi...
Rick Olson
2008-03-21
1
-0
/
+2
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-0
/
+28
*
Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]
Pratik Naik
2008-03-07
1
-1
/
+4
*
Improve performance by avoiding named block arguments. Closes #11109 [adymo]
Michael Koziarski
2008-02-29
3
-18
/
+58
*
Remove dead code from hmt#delete. Closes #11236 [rubyruy]
Jeremy Kemper
2008-02-27
1
-1
/
+1
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+1
*
Revert [8865], broke AP record identifier. Reopens #11109.
Jeremy Kemper
2008-02-15
3
-29
/
+19
*
Minor formatting changes
Michael Koziarski
2008-02-14
2
-6
/
+6
*
Improve associations performance by avoiding named block arguments. Closes #1...
Rick Olson
2008-02-14
3
-18
/
+28
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
3
-3
/
+6
*
Revert r8742: remove has_many with :group option since it has sketchy sql sup...
Jeremy Kemper
2008-02-03
1
-9
/
+0
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
1
-1
/
+1
*
Make sure count works on has_many :through associations using :group. Closes...
Michael Koziarski
2008-01-27
1
-0
/
+9
*
Remove dead attr_reader from association proxy. Closes #10668 [danger]
Michael Koziarski
2008-01-26
1
-1
/
+0
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-1
/
+1
*
Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...
Rick Olson
2008-01-18
1
-5
/
+5
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
4
-18
/
+18
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
3
-16
/
+35
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-1
/
+2
*
post.comments.reload returns the association rather than the result of load_t...
Jeremy Kemper
2007-12-10
1
-14
/
+15
*
Fixed that habtm associations should be able to set :select as part of their ...
David Heinemeier Hansson
2007-12-05
1
-2
/
+2
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Make reset return nil when using a dangling belongs_to association. Current ...
Michael Koziarski
2007-11-29
1
-1
/
+1
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
3
-3
/
+8
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
3
-3
/
+4
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-1
/
+2
[next]