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
...
|
*
|
|
honour :inverse_of for joins based include
Frederick Cheung
2009-05-10
1
-0
/
+28
|
*
|
|
honour inverse_of when preloading associations
Frederick Cheung
2009-05-10
1
-0
/
+33
*
|
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-05
1
-0
/
+252
|
\
|
|
|
|
*
|
|
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-0
/
+252
*
|
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-02
1
-1
/
+8
|
\
|
|
|
|
*
|
|
Fixed bug with polymorphic has_one :as pointing to an STI record
Ruy Asan
2009-05-01
1
-1
/
+8
*
|
|
|
Calculations now use Arel to construct the query.
Emilio Tagua
2009-04-29
1
-22
/
+22
*
|
|
|
construct_finder_sql now use Arel
Emilio Tagua
2009-04-24
1
-1
/
+1
|
/
/
/
*
|
/
Fix models load order to be able to run unit tests.
Emilio Tagua
2009-04-23
1
-5
/
+5
|
|
/
|
/
|
*
|
Ensure :dependent => :delete_all works for association with hash conditions
Pratik Naik
2009-04-20
1
-0
/
+6
*
|
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-0
/
+5
|
/
*
Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Luca Guidi
2009-03-12
3
-0
/
+69
*
Ensure NoMethodError isn't raised when some of the nested eager loaded associ...
Murray Steele
2009-03-12
1
-0
/
+29
*
Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]
Will Bryant
2009-03-12
3
-0
/
+48
*
Add tests for AssociationCollection#find_each and AssociationCollection#find_...
Pratik Naik
2009-03-11
1
-0
/
+39
*
Ensure has_many :through works with changed primary keys [#736 state:resolved]
Jim Remsik and Tim Pope
2009-03-09
1
-1
/
+8
*
Fix find_by_last when order is given [#2127 state:committed]
Jan De Poorter
2009-03-09
1
-0
/
+4
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
6
-27
/
+27
*
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...
Adam Milligan
2009-03-07
1
-0
/
+2
*
Ensure belongs_to association with a counter cache in name spaced model works...
Adam Cooper
2009-03-06
1
-0
/
+17
*
Ensure replacing has_one associations respects the supplied :dependent option...
Dimitri Krassovski
2009-03-06
1
-0
/
+18
*
Ensure self referential HABTM associations raise an exception if association_...
Tom Lea
2009-03-06
1
-0
/
+8
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
3
-345
/
+0
*
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
Jeremy Kemper
2009-02-03
4
-25
/
+17
*
Fix has_and_belongs_to_many_associations tests. #1738
Pratik Naik
2009-01-18
1
-2
/
+2
*
Cache columns for has_and_belongs_to_many associations
lukeludwig
2009-01-17
1
-0
/
+11
*
Make belongs_to :dependent => :destroy destroy self before associated object...
Ben VandenBos
2009-01-16
1
-1
/
+2
*
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
[prev]
[next]