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
/
test
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix HasManyAssociation#create ignoring the :primary_key option [#1633 state:r...
Roman Shterenzon
2008-12-27
1
-0
/
+6
*
Fix :include of has_one with :primary_key option
Frederick Cheung
2008-12-26
1
-0
/
+16
*
Fix :include of has_many associations with :primary_key option
Frederick Cheung
2008-12-26
1
-0
/
+17
*
Preload uses exclusive scope [#643 state:resolved]
Frederick Cheung
2008-12-26
1
-0
/
+15
*
Association preloading no longer stops if it hits a nil object [#1630 state:r...
Pivotal Labs
2008-12-26
1
-0
/
+8
*
Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...
Frederick Cheung
2008-12-21
1
-0
/
+13
*
Use explicit order to stop test failing randomly
Frederick Cheung
2008-12-21
1
-2
/
+2
*
Fix has many through not quoting table names [#1163 state:resolved]
Karthik Krishnan
2008-12-20
1
-0
/
+4
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
1
-1
/
+16
*
Ensure :include checks joins when determining if it can preload [#528 state:r...
Frederick Cheung
2008-12-18
1
-0
/
+65
*
Add missing model files so tests can run isolated [#1506 state:resolved]
Emilio Tagua
2008-12-18
1
-0
/
+3
*
Fix preloading of belongs_to with null foreign key generating useless query [...
Frederick Cheung
2008-12-18
1
-1
/
+2
*
Revert "Fix: counter_cache should decrement on deleting associated records."
Jeremy Kemper
2008-12-10
2
-34
/
+0
*
Fix: counter_cache should decrement on deleting associated records.
Emilio Tagua
2008-12-10
2
-0
/
+34
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
2
-0
/
+10
*
Ensure hash conditions on referenced tables are considered when eager loading...
Paul
2008-11-26
1
-2
/
+18
*
Remove SQL Server cases from tests for latest adapter work to pass rails expe...
Ken Collins
2008-11-19
1
-1
/
+1
*
fix assignment to has_one :through associations.
Matt Jones
2008-11-15
1
-1
/
+39
*
Added tests for HABTM associations with counter_sql
Tekin Suleyman
2008-11-07
1
-0
/
+23
*
Skip collection ids reader optimization if using :finder_sql
Jeremy Kemper
2008-10-23
1
-0
/
+7
*
Ensure association proxy responds to private class methods defined in associa...
Pratik Naik
2008-10-16
1
-2
/
+8
*
Allow class methods to be sent (via #send) to association proxy (fix for bug ...
Ian White
2008-10-16
1
-0
/
+4
*
Ensure methods called on association proxies respect access control. [#1083 s...
Pratik Naik
2008-10-13
3
-0
/
+30
*
Remove the functionality introduce in 28d3390
Michael Koziarski
2008-10-10
1
-13
/
+0
*
explicitly including child associations that are also included in the parent ...
Will Bryant
2008-10-10
1
-1
/
+41
*
Fix has_many :through when the source is a belongs_to association. [#323 stat...
Zach Dennis
2008-10-04
3
-1
/
+26
*
wrote a test showing eager loading's misbehavior (sanitizing against the wron...
Will Bryant
2008-09-29
1
-0
/
+7
*
Make AssociationCollection start transactions in the correct database.
Hongli Lai (Phusion)
2008-09-23
3
-0
/
+27
*
Association#first and last should not load the association if not needed. [#1...
Jan De Poorter
2008-09-22
2
-1
/
+14
*
applied patch to fix the associations with blocks in modules bug from an old ...
Adeh DeSandies
2008-09-20
1
-0
/
+15
*
When counting grouped records the target should be loaded to return a valid g...
miloops
2008-09-15
1
-0
/
+2
*
Support for updating a belongs to association from the foreign key (without s...
Jon Leighton
2008-09-13
1
-0
/
+13
*
Improve test coverage when using the group option in find, has_many or has_an...
miloops
2008-09-11
2
-0
/
+17
*
Fix tests that assumed implicit order by id
Jeremy Kemper
2008-08-30
1
-2
/
+2
*
Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...
miloops
2008-08-30
3
-16
/
+68
*
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
Ernie Miller
2008-08-28
1
-0
/
+7
*
Implement count limit/offset support for has_many associations
Tarmo Tänav
2008-08-27
1
-0
/
+6
*
Alias included associations if needed when doing a count
Tarmo Tänav
2008-08-27
1
-0
/
+4
*
Fix two has_one :through errors
pivotal
2008-08-27
1
-0
/
+9
*
Fix yet another implicit order dependant test
Tarmo Tänav
2008-08-26
1
-3
/
+3
*
um.. yeah
Jeremy Kemper
2008-08-26
1
-2
/
+2
*
typo
Jeremy Kemper
2008-08-26
1
-2
/
+2
*
fix tests relying on implicit ordering
Jeremy Kemper
2008-08-25
1
-4
/
+2
*
Load the first and not the last has_one result when doing join-based eager lo...
Tarmo Tänav
2008-08-25
2
-0
/
+16
*
Implement old-skool eagerloading for has_one :through
Frederick Cheung
2008-08-25
1
-0
/
+16
*
Fix preloading of has_one through associations
Frederick Cheung
2008-08-25
1
-5
/
+9
*
Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...
Tarmo Tänav
2008-08-22
1
-1
/
+1
*
remember created records and select a random one instead of relying on sequen...
S. Brent Faulkner
2008-08-21
1
-12
/
+30
*
Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...
Peter Wagenet
2008-08-21
1
-0
/
+7
*
Fix has_many#count_records. [#865 state:resolved]
Xavier Noria
2008-08-21
1
-0
/
+12
[prev]
[next]