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
*
Ensure that save on child object fails for invalid belongs_to association. Cl...
Pratik Naik
2008-04-10
1
-0
/
+12
*
Split associations_test.rb into multiple files based on association type. [Pr...
Pratik Naik
2008-04-06
6
-0
/
+2445
*
Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...
Pratik Naik
2008-04-06
1
-5
/
+27
*
Make HABTM#create behave the same as << with after_add callbacks. Closes #11...
Michael Koziarski
2008-04-04
1
-0
/
+15
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
1
-0
/
+30
*
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...
Pratik Naik
2008-03-28
1
-1
/
+1
*
Fix issue where the :uniq option of a has_many :through association is ignore...
Rick Olson
2008-03-26
1
-0
/
+8
*
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]
Rick Olson
2008-03-24
1
-4
/
+5
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-1
/
+1
*
Fixed that scoped joins would not always be respected (closes #6821) [Theory/...
David Heinemeier Hansson
2008-03-13
1
-0
/
+8
*
Ensure that ActiveRecord::Calculations disambiguates field names with the tab...
Rick Olson
2008-03-13
1
-0
/
+8
*
Improve performance by avoiding named block arguments. Closes #11109 [adymo]
Michael Koziarski
2008-02-29
1
-0
/
+5
*
Provide a post title for sqlite3
Jeremy Kemper
2008-02-28
1
-2
/
+2
*
Fix that batched :include would pull in duplicate records in some cases. Clos...
Jeremy Kemper
2008-02-28
1
-0
/
+26
*
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
Jeremy Kemper
2008-02-27
1
-1
/
+7
*
Remove dead code from hmt#delete. Closes #11236 [rubyruy]
Jeremy Kemper
2008-02-27
1
-0
/
+2
*
Move the eager load nested include tables into schema.rb and use delete_all i...
Michael Koziarski
2008-02-20
1
-64
/
+38
*
Remove disconnect! in test case, it causes segfaults on sqlite3 and completel...
Michael Koziarski
2008-02-20
1
-6
/
+2
*
Remove mysql option from a test that applies to all databases. References #11...
Jeremy Kemper
2008-02-19
1
-5
/
+4
*
Don't assume all records from nested include are of same class. Closes #11154...
Jeremy Kemper
2008-02-19
1
-0
/
+114
*
Ensure nested preloading works when associations return nil. Closes #11145 [...
Michael Koziarski
2008-02-18
1
-0
/
+6
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+6
*
Fix the pre-quoted table names in the eager tests. [mislav]
Michael Koziarski
2008-02-11
1
-2
/
+4
*
Fix eager loading with pre-quoted table names. Closes #11046 [danielmorrison,...
Michael Koziarski
2008-02-11
1
-0
/
+24
*
Revert r8742: remove has_many with :group option since it has sketchy sql sup...
Jeremy Kemper
2008-02-03
1
-15
/
+0
*
Fixed preloading belongs_to associations which reference a custom foreign key...
Jeremy Kemper
2008-01-31
1
-1
/
+9
*
Make sure count works on has_many :through associations using :group. Closes...
Michael Koziarski
2008-01-27
1
-0
/
+15
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
7
-15
/
+15
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
2
-11
/
+93
*
Fix paths
Jeremy Kemper
2008-01-18
2
-17
/
+17
*
Move tests to cases
Jeremy Kemper
2008-01-18
7
-0
/
+1542