-
Notifications
You must be signed in to change notification settings - Fork 107
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
Upgrade to rails 6 #39
base: master
Are you sure you want to change the base?
Conversation
I pulled from this branch but it's not working for me (I'm using Rails 6.1.3.2).
|
Might be similar to issue we saw on Rails 5 trying to use ActiveModel #33. When following the instructions from the blog we had to add this to # Possible bug with base adapter not fixing the case for primary key 'ID' in Snowflake.
def primary_key(table_name)
format_case(super || "ID")
end |
No description provided.