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

Fix deprecation warning about dots in paths #1960

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

pablobm
Copy link
Collaborator

@pablobm pablobm commented Apr 16, 2021

This is a deprecation introduced in Rails 6.1. For example:

DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated:
fields/time/_index.html.erb (called from block (3 levels) in
<top (required)> at $WORDIR/spec/administrate/views/fields/time/_index_spec.rb:24)

For example:

DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated:
fields/time/_index.html.erb (called from block (3 levels) in <top (required
)> at $WORDIR/spec/administrate/views/fields/time/_index_spec.rb:24)
Copy link
Member

@nickcharlton nickcharlton left a comment

Choose a reason for hiding this comment

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

Ooh! That's what it's referring to!

@pablobm pablobm merged commit dba752d into thoughtbot:master Apr 16, 2021
@pablobm pablobm deleted the fix-partials-warning branch June 24, 2021 10:40
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.

2 participants