aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-23 03:08:41 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-23 03:08:41 -0300
commitca5a35da373262e07862a75a670a7bf90b77e5c2 (patch)
treebdb870efc4b5eaa153714c3de3c6e696227e2f2d /activerecord/test
parentab9a893842b55ec2c191058f6c0431a143baa59a (diff)
parent29efc6ee05d00a55e6f901223c4db55ea66b9992 (diff)
downloadrails-ca5a35da373262e07862a75a670a7bf90b77e5c2.tar.gz
rails-ca5a35da373262e07862a75a670a7bf90b77e5c2.tar.bz2
rails-ca5a35da373262e07862a75a670a7bf90b77e5c2.zip
Merge pull request #19449 from Gaurav2728/gaurav-unavailable_link
remove old unavailable link with relevant fix patch 1
Diffstat (limited to 'activerecord/test')
-rw-r--r--activerecord/test/cases/finder_test.rb1
-rw-r--r--activerecord/test/cases/modules_test.rb3
2 files changed, 1 insertions, 3 deletions
diff --git a/activerecord/test/cases/finder_test.rb b/activerecord/test/cases/finder_test.rb
index 39308866ee..4b819a82e8 100644
--- a/activerecord/test/cases/finder_test.rb
+++ b/activerecord/test/cases/finder_test.rb
@@ -947,7 +947,6 @@ class FinderTest < ActiveRecord::TestCase
end
end
- # http://dev.rubyonrails.org/ticket/6778
def test_find_ignores_previously_inserted_record
Post.create!(:title => 'test', :body => 'it out')
assert_equal [], Post.where(id: nil)
diff --git a/activerecord/test/cases/modules_test.rb b/activerecord/test/cases/modules_test.rb
index 6f65bf80eb..7f31325f47 100644
--- a/activerecord/test/cases/modules_test.rb
+++ b/activerecord/test/cases/modules_test.rb
@@ -68,8 +68,7 @@ class ModulesTest < ActiveRecord::TestCase
end
end
- # need to add an eager loading condition to force the eager loading model into
- # the old join model, to test that. See http://dev.rubyonrails.org/ticket/9640
+ # An eager loading condition to force the eager loading model into the old join model.
def test_eager_loading_in_modules
clients = []