Skip to content

Prep for sending primary key on create

Pre-release
Pre-release
Compare
Choose a tag to compare
@liveh2o liveh2o released this 28 Feb 21:03
· 76 commits to master since this release

Active Record allows the primary key to be set on create, but Active Remote does not. This makes ActiveRemote#create behave the same way by allowing the primary_key attribute to be sent in a create operation.

Cutting a pre-release to make sure this doesn't have any unexpected side affects.