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
*
Make reset return nil when using a dangling belongs_to association. Current ...
Michael Koziarski
2007-11-29
1
-0
/
+17
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
1
-0
/
+30
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
1
-0
/
+81
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
1
-0
/
+7
*
Allow association redefinition in subclasses. Closes #9346.
Jeremy Kemper
2007-10-27
1
-0
/
+65
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-1
/
+1
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-0
/
+16
*
Fix regression where the association would not construct new finder SQL on sa...
Jeremy Kemper
2007-10-16
1
-0
/
+10
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
1
-0
/
+7
*
Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...
Michael Koziarski
2007-10-10
1
-0
/
+4
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-1
/
+2
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
1
-0
/
+18
*
Failing counter cache test. References #6896.
Jeremy Kemper
2007-09-28
1
-0
/
+18
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Correctly quote id list for limited eager loading. Closes #7482.
Jeremy Kemper
2007-09-22
1
-0
/
+1
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
1
-2
/
+22
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
1
-0
/
+5
*
Remove deprecated functionality from edge rails. Closes #9387 [lifofifo]
Michael Koziarski
2007-09-03
1
-12
/
+0
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-2
/
+4
*
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
Michael Koziarski
2007-08-07
1
-0
/
+7
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
1
-3
/
+1
*
Change belongs_to so that the foreign_key assumption is taken from the associ...
Rick Olson
2007-07-16
1
-7
/
+0
*
Define collection singular ids method for has_many :through associations. Clo...
Jeremy Kemper
2007-06-27
1
-5
/
+13
*
Update tests' use of fixtures for the new collections api. Closes #8726.
Jeremy Kemper
2007-06-22
1
-7
/
+6
*
Save associated records only if the association is already loaded. Closes #8713.
Jeremy Kemper
2007-06-21
1
-1
/
+9
*
Remove deprecated find_first and find_all.
Jeremy Kemper
2007-06-11
1
-30
/
+16
*
Remove deprecated push_with_attributes.
Jeremy Kemper
2007-06-11
1
-152
/
+112
*
Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880.
Jeremy Kemper
2007-06-05
1
-2
/
+2
*
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
[next]