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

Rename Authentication template files #407

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

seanpdoyle
Copy link
Contributor

@seanpdoyle seanpdoyle commented Sep 29, 2024

Related to rails/rails#53103
Follow-up to rails/rails#53098

The corresponding commit in rails/rails nested the template files (including the view templates) under an app/ directory.

This commit makes a corresponding change, nesting the views/ templates under app/views/.

Follow-up to [#53098][]

The corresponding commit in `rails/rails` nested the template files
(including the view templates) under an `app/` directory.

This commit makes a corresponding change, nesting the `views/` templates
under `app/views/`.

[#53098]: rails/rails#53098 (comment)

Co-authored-by: Jerome Dalbert <jerome.dalbert@gmail.com>
@guilleiguaran guilleiguaran merged commit 4fe7139 into rails:main Sep 30, 2024
24 checks passed
@seanpdoyle seanpdoyle deleted the authentication-templates branch September 30, 2024 02:34
@flavorjones
Copy link
Member

@guilleiguaran What's your plan for making sure this is backwards compatible with Rails 8 beta1? Currently this change breaks with Rails 8 beta1, which means I can't cut a release of this gem until there's a beta2 with the above change.

@guilleiguaran
Copy link
Member

@flavorjones we can revert this and cut the release of the gem and then re-apply to ensure this is in place for the beta2 compatible release.

@flavorjones
Copy link
Member

I'll figure it out.

@flavorjones
Copy link
Member

See #408 and #409

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.

3 participants