chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
37 stars 9 forks source link

Remove default_value_for gem and replace with DB default value #341

Closed tarebyte closed 1 year ago

tarebyte commented 1 year ago

Currently, the https://github.com/FooBarWidget/default_value_for gem has not cut a release for Rails 7, which is what we're aiming to upgrade to.

Since this gem is only used once, I'd like to propose removing it and replacing the functionality by setting the desired default value as part of the database schema.