aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/presence.rb
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2016-09-02 15:40:59 +0000
committerYasuo Honda <yasuo.honda@gmail.com>2016-09-02 18:51:39 +0000
commit1f0112dfc38b1044639fed3ca0d6f1c203f97394 (patch)
tree4eed8b4b6d5a646d802eb8ff9948db33aa0f0f66 /activerecord/lib/active_record/validations/presence.rb
parent55c5dffd9f2220507ff1a7635c00a81577a8a391 (diff)
downloadrails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.tar.gz
rails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.tar.bz2
rails-1f0112dfc38b1044639fed3ca0d6f1c203f97394.zip
Change require order to come `require "models/post"` before `require "models/comment"`
to address BasicsTest#test_readonly_attributes failure #26368 It reproduces only when both of these conditions are satisfied: - Other test files `autosave_association_test.rb` or `where_test.rb` which executes `require "models/comment"` then `require "models/post"` - When `autosave_association_test.rb` or `where_test.rb` executed before `base_test.rb`
Diffstat (limited to 'activerecord/lib/active_record/validations/presence.rb')
0 files changed, 0 insertions, 0 deletions