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
*
Use klass.sti_name to make sure associations take store_full_sti_class into a...
Daniel Guettler
2008-07-22
1
-0
/
+18
*
Make sure association preloading works with full STI class name [#465 state:R...
Joachim Garth
2008-07-18
1
-0
/
+36
*
Add block syntax to HasManyAssociation#build. [#502 state:resolve]
Jason Dew
2008-07-14
1
-0
/
+31
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-0
/
+7
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+4
*
Ensure AssociationCollection#size considers all unsaved record. [#305 state:r...
Pratik Naik
2008-07-02
1
-0
/
+7
*
Make sure associated has_many/habtm objects get saved even when :validate => ...
Jan De Poorter
2008-06-27
1
-1
/
+18
*
fix merge
rick
2008-06-19
4
-4
/
+57
|
\
|
*
Fix quoting in test_counting_with_single_conditions
Jeremy Kemper
2008-06-11
1
-1
/
+1
|
*
Added some has_many tests
Jan De Poorter
2008-06-11
1
-3
/
+3
|
*
Add :validate option to associations. [#301 state:resolved]
Jan De Poorter
2008-06-11
3
-0
/
+42
|
*
Fix conditions and order on join tables with limited eager loading. [#372 st...
Tiago Macedo
2008-06-08
1
-1
/
+12
*
|
fix eager loading with dynamic finders
Brandon Keepers
2008-06-09
2
-0
/
+12
|
/
*
belongs_to polymorphic association assignments update the foreign_id and fore...
Tim Harper
2008-05-31
1
-1
/
+28
*
Ensure query assertion counts are the same when partial updates are enabled
Jeremy Kemper
2008-05-30
2
-0
/
+3
*
Ensure AssociationCollection#count works with empty condition. [#271 state:re...
Pratik Naik
2008-05-29
1
-0
/
+4
*
Fix faulty tests introduced in 8d0b4fa39
Michael Koziarski
2008-05-24
1
-1
/
+1
*
Added :select option to has_one and belongs_to, remove unused :order option o...
josevalim
2008-05-24
2
-0
/
+10
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
3
-0
/
+70
*
Don't rely on association proxying object_id. [#225 state:resolved]
Jeremy Kemper
2008-05-19
1
-2
/
+2
*
When preloading group by reflection rather than by class [#125 state:resolved]
Frederick Cheung
2008-05-11
1
-0
/
+6
*
Fix blank conditions on AssociationCollection#find. [#104 state:resolved]
Jonathan Viney
2008-05-11
1
-1
/
+7
*
Ensure hm:t preloading honours reflection options. [#137 state:resolved]
Frederick Cheung
2008-05-11
1
-0
/
+11
*
Ensure correct record is returned when preloading has_one where more than one...
Frederick Cheung
2008-05-06
1
-0
/
+4
*
Fix failing associate_with_create tests inserting null first_name
Jeremy Kemper
2008-05-01
1
-3
/
+3
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-05-01
1
-1
/
+22
|
\
|
*
Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...
David Heinemeier Hansson
2008-04-30
1
-1
/
+22
*
|
best solution?
Steven Soroka
2008-05-01
1
-0
/
+12
|
/
*
Ensure table names are quoted by the association preloading code.
Frederick Cheung
2008-04-26
1
-1
/
+27
*
Fixes a subtle bug when using symbols for key definitions in habtm associations
David Dollar
2008-04-23
1
-0
/
+29
*
Fix include? on has_many collections with finder_sql to fall back to Array in...
Joshua Bates
2008-04-23
1
-0
/
+11
*
Use schema.rb for all databases
Frederick Cheung
2008-04-22
1
-1
/
+1
*
Revert "Ensure that save on child object fails for invalid belongs_to associa...
Michael Koziarski
2008-04-11
1
-12
/
+0
*
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
[next]