Du kan ställa in strikt läge i din database.yml med strict: false
enligt följande:
production:
host: ...
username: ...
strict: false
https://api.rubyonrails.org/v4.2.8 /classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html
Du kan ställa in strikt läge i din database.yml med strict: false
enligt följande:
production:
host: ...
username: ...
strict: false
https://api.rubyonrails.org/v4.2.8 /classes/ActiveRecord/ConnectionAdapters/MysqlAdapter.html