liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Allow primary_key to be set on create #61

Closed mattnichols closed 6 years ago

mattnichols commented 6 years ago

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 commented 6 years ago

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

liveh2o commented 6 years ago

Released as 3.1.2.pre.