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
/
associations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include some missing fixtures. Closes #7981.
Jeremy Kemper
2007-05-25
1
-2
/
+1
*
Ensure that associations with :dependent => :delete_all respect :conditions o...
Rick Olson
2007-05-24
1
-0
/
+24
*
belongs_to assignment creates a new proxy rather than modifying its target in...
Jeremy Kemper
2007-05-22
1
-1
/
+14
*
Sanitize Base#inspect. Closes #8392.
Jeremy Kemper
2007-05-18
1
-32
/
+1
*
Improve Performance of calling create on has_many :through associations by av...
Michael Koziarski
2007-04-26
1
-2
/
+14
*
Make sure with_scope takes both :select and :joins into account when setting ...
Michael Koziarski
2007-03-13
1
-0
/
+10
*
Oracle: overflow Time to DateTime. Closes #7718.
Jeremy Kemper
2007-03-06
1
-2
/
+2
*
Apply scoping during initialize instead of create. Fixes setting of foreign ...
Tobias Lütke
2007-01-12
1
-0
/
+7
*
fix regression in has_one#create, that caused instances thus created to be or...
Jamis Buck
2007-01-11
1
-3
/
+3
*
Pushing a record on an association collection doesn't unnecessarily load all ...
Jeremy Kemper
2006-12-21
1
-3
/
+7
*
Added counter optimization for AssociationCollection#any? so person.friends.a...
David Heinemeier Hansson
2006-12-05
1
-0
/
+2
*
Test has_one :dependent => :nullify with missing association. Closes #4828.
Jeremy Kemper
2006-11-20
1
-0
/
+7
*
Don't inspect unloaded associations. Closes #2905.
Jeremy Kemper
2006-11-10
1
-0
/
+29
*
has_one :dependent => :nullify ignores nil associates. Closes #6528.
Jeremy Kemper
2006-11-02
1
-1
/
+11
*
Oracle: resolve test failures, use prefetched primary key for inserts, check ...
Jeremy Kemper
2006-11-01
1
-3
/
+3
*
automatically add primary key to #select_limited_ids_list order by clause for...
Rick Olson
2006-10-13
1
-1
/
+1
*
fix select_limited_ids_list issues in postgresql, retain current behavior in ...
Rick Olson
2006-10-13
1
-2
/
+1
*
add test for select_limited_ids_list that passes in mysql/sqlite and fails in...
Rick Olson
2006-10-13
1
-0
/
+15
*
Restore eager condition interpolation, document it's differences [Rick]
Rick Olson
2006-10-11
1
-1
/
+1
*
Removes the ability for eager loaded conditions to be interpolated, since the...
Rick Olson
2006-10-09
1
-0
/
+8
*
Association collections have an _ids reader method to match the existing writ...
Jeremy Kemper
2006-10-01
1
-0
/
+39
*
Deprecation: count class method should be called with an options hash rather ...
Jeremy Kemper
2006-09-26
1
-1
/
+3
*
has_one associations with a nil target may be safely marshaled. Closes #6279.
Jeremy Kemper
2006-09-26
1
-2
/
+15
*
use a real test
Jeremy Kemper
2006-09-25
1
-9
/
+6
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
1
-27
/
+49
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-50
/
+57
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-57
/
+50
*
Add deprecation warning for inferred foreign key. #6029 [Josh Susser]
Rick Olson
2006-09-04
1
-0
/
+7
*
Deprecation: use :dependent => :delete_all rather than :exclusively_dependent...
Jeremy Kemper
2006-09-04
1
-1
/
+7
*
has_many :through conditions are sanitized by the associating class. Closes #...
Jeremy Kemper
2006-09-01
1
-0
/
+6
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
1
-0
/
+18
*
Cache nil results for :included has_one associations also. Closes #5787.
Jeremy Kemper
2006-08-17
1
-0
/
+3
*
Fixed a bug which would cause .save to fail after trying to access a empty ha...
Tobias Lütke
2006-08-16
1
-0
/
+10
*
Cache nil results for has_one associations so multiple calls don't call the d...
Rick Olson
2006-08-08
1
-0
/
+5
*
Don't save has_one associations unnecessarily. Closes #5735.
Jeremy Kemper
2006-08-06
1
-0
/
+17
*
Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...
Jeremy Kemper
2006-07-07
1
-1
/
+7
*
Doc fix (closes #5504) [lee@omara.ca]
David Heinemeier Hansson
2006-07-05
1
-0
/
+4
*
Fixed that has_many.create ended up with duplicate objects (closes #5250) [da...
David Heinemeier Hansson
2006-06-03
1
-0
/
+8
*
band-aid for oracle
Rick Olson
2006-05-29
1
-2
/
+2
*
Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...
Rick Olson
2006-05-29
1
-0
/
+28
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-0
/
+23
*
Make Oracle happy
David Heinemeier Hansson
2006-05-21
1
-1
/
+1
*
Fixed that has_many collections shouldn't load the entire association to do b...
David Heinemeier Hansson
2006-05-21
1
-0
/
+29
*
uniq preserves order. References [4325].
Jeremy Kemper
2006-05-07
1
-6
/
+9
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-2
/
+18
*
Fixed that AssociationCollection#delete_all should work even if the records o...
Florian Weber
2006-04-03
1
-0
/
+19
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
1
-1
/
+21
*
Rework table aliasing to account for truncated table aliases. Add smarter ta...
Rick Olson
2006-03-18
1
-1
/
+1
*
Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...
Rick Olson
2006-03-16
1
-0
/
+4
*
fix test_find_in_association_with_options test, tweak other tests affected by...
Rick Olson
2006-03-16
1
-14
/
+14
[next]