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
38 stars 9 forks source link

Don't override ActiveSupport::TimeWithZone.name #394

Closed tarebyte closed 11 months ago

tarebyte commented 11 months ago

Issue ticket link / number:

https://github.com/chaynHQ/soulmedicine/issues/391

What changes did you make?

This removes the Rails override of ActiveSupport::TimeWithZone.name method to use the default Ruby implementation. Not to be confused with (I got confused 😅 ) our use of ActiveSupport::TimeZone which is not impacted.

Why did you make the changes?

This brings us closer to a "standard" Rails 7 application which will be more secure and easier to maintain.