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
/
inverse_associations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
find and replace deprecated keys
Jon Leighton
2012-04-27
1
-9
/
+9
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-9
/
+9
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-18
/
+18
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-4
/
+4
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-4
/
+4
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Split AssociationProxy into an Association class (and subclasses) which manag...
Jon Leighton
2011-02-18
1
-39
/
+2
*
Don't not remove double negatives
Jon Leighton
2011-01-07
1
-1
/
+1
*
fixing merge errors
Aaron Patterson
2011-01-04
1
-67
/
+0
*
Remove undocumented feature from has_one where you could pass false as the se...
Jon Leighton
2011-01-03
1
-7
/
+7
*
removing unused variables
Aaron Patterson
2010-11-22
1
-2
/
+0
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-2
/
+2
*
Removed warnings when a variable is shadowed
Łukasz Strzałkowski
2010-07-19
1
-2
/
+2
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-9
/
+9
*
Fix pg test
Jeremy Kemper
2009-12-28
1
-1
/
+2
*
Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...
Murray Steele
2009-12-28
1
-2
/
+15
*
Provide a slightly more robust we_can_set_the_inverse_on_this? method for pol...
Murray Steele
2009-12-28
1
-1
/
+16
*
Add inverse polymorphic association support. [#3520 state:resolved]
George Ogata
2009-12-28
1
-19
/
+81
*
Add more tests for the various ways we can assign objects to associations. [#...
Murray Steele
2009-12-28
1
-11
/
+159
*
Set inverse for #replace on a has_one association. [#3513 state:resolved]
George Ogata
2009-12-28
1
-0
/
+15
*
honour :inverse_of for joins based include
Frederick Cheung
2009-05-10
1
-0
/
+28
*
honour inverse_of when preloading associations
Frederick Cheung
2009-05-10
1
-0
/
+33
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-0
/
+252