-
Notifications
You must be signed in to change notification settings - Fork 123
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
Rails 5 issues #80
Comments
Closed
Rails 5 has built-in support for UUID primary keys, so ideally you should migrate away from this gem... |
@tom-lord got a link on this? best I can find is https://stackoverflow.com/a/42950049 which seems to work |
For mysql: this gem works fine: https://github.com/nedap/mysql-binuuid-rails |
I deleted activeuuid in Rails 5.0.2. And it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a clean Rails 5.0.0.beta3 project, adding
to the
Gemfile
causes the following failure to start the Rails server.The text was updated successfully, but these errors were encountered: