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

#quoted_id deprecated and ignored in Rails 5.2 #8

Closed
ribose-jeffreylau opened this issue Feb 8, 2018 · 0 comments · Fixed by #27
Closed

#quoted_id deprecated and ignored in Rails 5.2 #8

ribose-jeffreylau opened this issue Feb 8, 2018 · 0 comments · Fixed by #27
Assignees

Comments

@ribose-jeffreylau
Copy link
Contributor

ribose-jeffreylau commented Feb 8, 2018

When run under Rails 5.1, the following deprecation message would show:

DEPRECATION WARNING: Defining #quoted_id is deprecated and will be ignored in Rails 5.2. (defined on UUIDTools::UUID at /src/activeuuid/lib/activeuuid/uuid.rb:19) (called from quote at /src/activeuuid/lib/activeuuid/patches.rb:130)

There are quite a few instances of #quoted_id being called and defined in the code, and they should all be removed.

Related:

rails/rails#27962

@skalee skalee self-assigned this Feb 9, 2018
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 a pull request may close this issue.

2 participants