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

Allow primary_key to be set on create #61

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

mattnichols
Copy link
Contributor

ActiveRecord allows the primary key to be set on create. This makes
ActiveRemote#create behave the same way by allowing the primary_key
attribute to be sent in a create operation.

@liveh2o

ActiveRecord allows the primary key to be set on create. This makes
ActiveRemote#create behave the same way by allowing the primary_key
attribute to be sent in a create operation.
@liveh2o liveh2o merged commit 6acce3f into liveh2o:master Feb 26, 2018
@liveh2o
Copy link
Owner

liveh2o commented Feb 26, 2018

I'm going to release this as a pre-release so we can test it before pushing it out everywhere.

@liveh2o
Copy link
Owner

liveh2o commented Feb 26, 2018

Released as 3.1.2.pre.

@mattnichols mattnichols deleted the allow_primary_key_on_create branch February 27, 2018 17:21
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.

2 participants