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

activeuuid broken in Rails 4.2 #63

Closed
zwippie opened this issue Dec 21, 2014 · 4 comments
Closed

activeuuid broken in Rails 4.2 #63

zwippie opened this issue Dec 21, 2014 · 4 comments

Comments

@zwippie
Copy link

zwippie commented Dec 21, 2014

See this issue. I know this is theirs to fix, but it directly affects Ahoy users with mysql or sqlite as a backend, so it kind of breaks your Rails 4.2 compatiblity too.

@GermanDZ
Copy link

I just replaced the gem activeuuid with active_record_uuid and everything seems to be running fine.

@steigr
Copy link

steigr commented Dec 27, 2014

active_record_uuid is for MySQL only. On PostgreSQL there is a UUID-type available: http://blog.arkency.com/2014/10/how-to-start-using-uuid-in-activerecord-with-postgresql/

@ankane
Copy link
Owner

ankane commented Dec 30, 2014

I submitted a pull request to fix this: jashmenn/activeuuid#52

@ankane
Copy link
Owner

ankane commented Jan 5, 2015

Fixed on activeuuid master.

@ankane ankane closed this as completed Jan 5, 2015
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

No branches or pull requests

4 participants