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
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-25
/
+25
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-100
/
+100
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-7
/
+7
*
Tweaked wording used in some tests.
Sebastian McKenzie
2015-10-25
1
-4
/
+4
*
Fix regression in inverse_of on through associations
eileencodes
2015-09-26
1
-0
/
+13
*
Fixed automatic inverse_of for models nested in module
Andrew McCloud
2014-06-15
1
-0
/
+12
*
Merge pull request #15343 from dontfidget/fix_polymorphic_automatic_inverse_of
Rafael Mendonça França
2014-06-13
1
-0
/
+11
|
\
|
*
use name specified by 'as' for automatic inverse association to avoid reflect...
Andrew S. Brown
2014-06-10
1
-0
/
+11
*
|
Fix inverse associations test
Leandro Facchinetti
2014-06-04
1
-1
/
+1
|
/
*
inversed instance should not be reloaded after stale state was changed
Dmitry Polushkin
2013-10-13
1
-0
/
+12
*
add regression test for set_inverse_instance on add_to_target
Arthur Neves
2013-10-04
1
-0
/
+13
*
Fixing multi-word automatic inverse detection.
wangjohn
2013-08-15
1
-0
/
+14
*
using assert_not instead of refute
Rajarshi Das
2013-08-13
1
-1
/
+1
*
do not load all child records for inverse case
Neeraj Singh
2013-06-21
1
-0
/
+8
*
fix bad test by making number that fits for integer
Neeraj Singh
2013-06-21
1
-1
/
+5
*
Revert "Merge pull request #10566 from neerajdotname/10509d"
Jon Leighton
2013-06-19
1
-8
/
+0
*
do not load all child records for inverse case
Neeraj Singh
2013-06-19
1
-0
/
+8
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
1
-0
/
+82
*
Merge pull request #9996 from mikz/master
Jon Leighton
2013-04-05
1
-0
/
+16
|
\
|
*
fix inverse_of association in block of new child
Michal Cichra
2013-04-01
1
-0
/
+16
*
|
Updated the error message for +find+ on an inverse_of association
wangjohn
2013-04-01
1
-2
/
+0
*
|
Throwing a RecordNotFound exception when a record is scanned using the
wangjohn
2013-04-01
1
-0
/
+18
|
/
*
Calling find() on an association with an inverse will now check to see
wangjohn
2013-03-19
1
-0
/
+25
*
Fix issue with collection associations and first(n)/last(n)
Carlos Antonio da Silva
2012-11-01
1
-0
/
+13
*
Use inversed parent for first and last child of has_many association
brainopia
2012-08-18
1
-0
/
+6
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-9
/
+9
*
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
[next]