Open spdawson opened 8 years ago
Still an issue. @blackham's patch in #76 may fix this.
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.
In a clean Rails 5.0.0.beta3 project, adding
to the
Gemfile
causes the following failure to start the Rails server.