Du kan indstille streng tilstand i din database.yml ved at bruge strict: false
som følger:
production:
host: ...
username: ...
strict: false
https://api.rubyonrails.org/v4.2.8 /classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html
Du kan indstille streng tilstand i din database.yml ved at bruge strict: false
som følger:
production:
host: ...
username: ...
strict: false
https://api.rubyonrails.org/v4.2.8 /classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html