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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
When passing force_reload = true to an association, don't use the query cache...
Will
2009-12-16
1
-0
/
+10
*
Removed legacy test.
Emilio Tagua
2009-07-20
1
-19
/
+0
*
Remove the functionality introduce in 28d3390
Michael Koziarski
2008-10-10
1
-20
/
+0
*
Fixed an error triggered by a reload followed by a foreign key assignment.
Nathaniel Talbott
2008-09-20
1
-0
/
+8
*
Support for updating a belongs to association from the foreign key (without s...
Jon Leighton
2008-09-13
1
-0
/
+12
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
1
-108
/
+0
*
Include people and readers fixtures to fix test isolation error
Jeremy Kemper
2008-08-26
1
-2
/
+2
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Add :accessible option to Associations for allowing mass assignments using ha...
David Dollar
2008-07-14
1
-0
/
+108
*
Create through associations can now work with blocks.
Ryan Bates
2008-05-24
1
-6
/
+9
*
add failing test case for block-setting of attributes via association
Trevor Turk
2008-05-24
1
-0
/
+9
*
Add first/last methods to associations/named_scope. [#226 state:resolved]
Ryan Bates
2008-05-20
1
-2
/
+2
*
Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...
Andreas Neuhaus
2008-05-08
1
-0
/
+6
*
Use schema.rb for all databases
Frederick Cheung
2008-04-22
1
-1
/
+1
*
Split associations_test.rb into multiple files based on association type. [Pr...
Pratik Naik
2008-04-06
1
-2382
/
+0
*
Ensure that save on parent object fails for invalid has_one association. Clos...
Pratik Naik
2008-04-06
1
-0
/
+12
*
Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...
Pratik Naik
2008-04-06
1
-3
/
+191
*
Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]
Pratik Naik
2008-04-05
1
-13
/
+27
*
Add efficient #include? to AssociationCollection (for has_many/has_many :thro...
Rick Olson
2008-04-01
1
-0
/
+60
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-1
/
+2
*
Fixed that has_many :through would ignore the hash conditions (closes #11447)...
David Heinemeier Hansson
2008-03-28
1
-0
/
+5
*
Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...
Pratik Naik
2008-03-28
1
-1
/
+1
*
Fix duplicate table alias error when including an association with a has_many...
Rick Olson
2008-03-26
1
-1
/
+6
*
has_one :through supports :source_type. Fix up some tests. References #4756.
Jeremy Kemper
2008-03-22
1
-4
/
+15
*
Allow association scoping for built/created records if :conditions is specifi...
Rick Olson
2008-03-21
1
-0
/
+24
*
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
Rick Olson
2008-03-21
1
-1
/
+62
*
Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]
Pratik Naik
2008-03-07
1
-0
/
+5
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
1
-0
/
+20
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
1
-1
/
+10
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-0
/
+12
*
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
Jeremy Kemper
2008-01-21
1
-8
/
+8
*
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
Jeremy Kemper
2008-01-19
1
-1
/
+18
*
Introduce preload query strategy for eager :includes. Closes #9640.
Jeremy Kemper
2008-01-19
1
-0
/
+5
*
Fix paths
Jeremy Kemper
2008-01-18
1
-17
/
+17
*
Move tests to cases
Jeremy Kemper
2008-01-18
1
-0
/
+2177