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 for rails 5 #82

Closed
wants to merge 1 commit into from
Closed

fix for rails 5 #82

wants to merge 1 commit into from

Conversation

edwardsharp
Copy link

replaced == with >= when comparing ActiveRecord::VERSION::MAJOR

should resolve: #80

ref: #46
#39

@edwardsharp
Copy link
Author

oh, i guess rails 5 has builtin support for uuid primary keys.

@Judahmeek
Copy link

rails 5 apparently has builtin support for uuid primary keys with postgres, but not with sqlite3 AFAIK.
reference: rails/rails#20518

But then, does anyone actually use sqlite3 in production?

@bruzos
Copy link

bruzos commented Nov 21, 2016

Rails 5.0.0.1
Sqlite as development storage
activeuuid 0.6.1 (at master@4f8e0ef)

Keep showing error
Gem Load Error is: undefined method type_cast' for class ActiveRecord::ConnectionAdapters::Column'

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.

Rails 5 issues
3 participants