Чтобы скопировать настройку skip-active-record
в существующем проекте, выполните действия, описанные в этот ответ
PLUS
REMOVE config / сред / разработка. rb -> config.active_storage.service = :local
REMOVE config / environment / production.rb -> config.active_storage.service = :local
REMOVE config / environment / test. rb -> config.active_storage.service = :local
REMOVE bin / setup -> puts "\n== Preparing database =="
system! 'bin/rails db:prepare'
DELETE config / storage.yml
УДАЛИТЬ test / test_helper.rb # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all