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
*
Make `reflection.klass` raise if `polymorphic?` not to be misused
Ryuta Kamizono
2018-02-19
1
-0
/
+10
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-15
/
+15
*
Merge pull request #31214 from chopraanmol1/bug_fix_has_one_inverse_owner_rel...
Eileen M. Uchitelle
2017-11-29
1
-0
/
+10
|
\
|
*
Inverse instance should not be reloaded during autosave if called in validation
Anmol Chopra
2017-11-27
1
-0
/
+10
*
|
Provide arguments to RecordNotFound
Nikita Misharin
2017-11-25
1
-1
/
+4
|
/
*
Load both `:authors` and `:author_addresses` to keep data integrity
Yasuo Honda
2017-08-22
1
-1
/
+1
*
Automatically guess the inverse associations for STI
yui-knk
2017-08-22
1
-1
/
+38
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Remove redundant `assert_respond_to`
Ryuta Kamizono
2017-07-03
1
-26
/
+0
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse
Matthew Draper
2017-07-01
1
-6
/
+2
|
\
\
|
|
/
|
/
|
|
*
Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS
Fabian Schwahn
2017-04-20
1
-6
/
+2
*
|
Remove a duplicate test of inverse_associations_test in AR
Koichi ITO
2017-05-21
1
-14
/
+0
|
/
*
:warning: "Use assert_nil if expecting nil. This will fail in MT6."
Akira Matsuda
2017-01-18
1
-1
/
+1
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-0
/
+27
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-13
/
+13
*
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
[next]