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
*
Fix has_many :through when the source is a belongs_to association. [#323 stat...
Zach Dennis
2008-10-04
1
-0
/
+11
*
Try reloading model on class mismatch [#229 state:resolved]
Lawrence Pit
2008-10-04
1
-1
/
+1
*
Make AssociationCollection start transactions in the correct database.
Hongli Lai (Phusion)
2008-09-23
2
-6
/
+21
*
Association#first and last should not load the association if not needed. [#1...
Jan De Poorter
2008-09-22
1
-3
/
+4
*
Update the documentation to reflect the change handling :group earlier
Michael Koziarski
2008-09-16
1
-1
/
+4
*
When counting grouped records the target should be loaded to return a valid g...
miloops
2008-09-15
1
-0
/
+2
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
1
-6
/
+0
*
Add special AssociationReflection methods for creating association objects, a...
Hongli Lai (Phusion)
2008-09-09
4
-14
/
+25
*
Merge docrails
Pratik Naik
2008-09-03
3
-15
/
+92
*
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
Ernie Miller
2008-08-28
4
-36
/
+39
*
Implement count limit/offset support for has_many associations
Tarmo Tänav
2008-08-27
1
-1
/
+10
*
respond_to? passes along splat args to avoid introducing the second arg if it...
Jeremy Kemper
2008-08-27
1
-2
/
+2
*
Fix two has_one :through errors
pivotal
2008-08-27
1
-0
/
+4
*
Ruby 1.9 compat: Hash is now flattenable, so explicitly exclude it
Jeremy Kemper
2008-08-23
1
-1
/
+1
*
Fix has_many#count_records. [#865 state:resolved]
Xavier Noria
2008-08-21
1
-2
/
+5
*
Fix that has_one natural assignment to already associated record. [#854 state...
Jakub Kuźma
2008-08-21
1
-2
/
+2
*
Updated has_and_belongs_to_many association to fix :finder_sql interpolation....
Nathan Witmer
2008-08-16
2
-7
/
+1
*
Use type_condition method for hmt STI condition
Tarmo Tänav
2008-08-15
1
-1
/
+1
*
Fixed AssociationCollection#<< resulting in unexpected values in @target when...
Ernie Miller
2008-08-08
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
3
-0
/
+0
*
Add :accessible option to Associations for allowing mass assignments using ha...
David Dollar
2008-07-14
1
-0
/
+6
*
Add block syntax to HasManyAssociation#build. [#502 state:resolve]
Jason Dew
2008-07-14
1
-3
/
+6
*
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
Cheah Chu Yeow
2008-07-09
2
-3
/
+3
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-1
/
+10
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+8
*
Ensure AssociationCollection#size considers all unsaved record. [#305 state:r...
Pratik Naik
2008-07-02
1
-1
/
+1
*
Cache sanitized conditions in reflection object for associations
Pratik Naik
2008-06-27
1
-1
/
+1
*
Extract owner_quoted_id so it can be overridden. [#292 state:committed]
Andre Arko
2008-06-25
5
-11
/
+15
*
fix eager loading with dynamic finders
Brandon Keepers
2008-06-09
2
-1
/
+2
*
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
[next]