Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Oct 25, 2023

Conversation

tarebyte
Copy link
Contributor

@tarebyte tarebyte commented Oct 24, 2023

Issue ticket link / number:

#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.

@tarebyte tarebyte marked this pull request as ready for review October 24, 2023 13:41
@eleanorreem
Copy link
Contributor

Thanks! Love all this ⭐

@tarebyte tarebyte merged commit c9afb2c into main Oct 25, 2023
7 checks passed
@tarebyte tarebyte deleted the tarebyte/remove_deprecated_time_with_zone_name branch October 25, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants