[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called · Issue #38560 · rails/rails

Steps to reproduce rails new testapp -d postgresql cd testapp rails g scaffold post title body:text rails db:migrate rails c irb(main):001:0> Post.create(title: "This is a test 1", body: "This is a...