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

cleanup(ex/test): general cleanup related to upgrading to the latest Phoenix version and Template #2868

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

firestack
Copy link
Member

Reviewable by commit for more info.

@firestack firestack linked an issue Oct 21, 2024 that may be closed by this pull request
@firestack firestack force-pushed the kf/update/phoenix/test-misc branch 3 times, most recently from 48c165b to e23285e Compare October 21, 2024 15:23
@firestack firestack marked this pull request as ready for review October 21, 2024 15:31
@firestack firestack requested a review from a team as a code owner October 21, 2024 15:31
Comment on lines +52 to +53
Regex.replace(~r"%{(\w+)}", message, fn _, key ->
opts |> Keyword.get(String.to_existing_atom(key), key) |> to_string()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/phoenixframework/phoenix/blob/main/installer/templates/phx_ecto/data_case.ex#L50-L55

Dunno much about this change, but I don't think we use this function yet.

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.

Upgrade to New Phoenix Template
1 participant