andrewclink
andrewclink
Sorry, that was an auto-generated migration file that slipped through.
Sure, I actually have a few free hours today! Let me take a look.
This fixes #102
One way to solve this is to continue the class-level and `opts:` API to allow passing an `excluded_keys` array. This would be easy to implement in e.g. [rails51.rb](https://github.com/jesjos/active_record_upsert/blob/2c67878034c9c5c45b8a7cf8cbfa1d027cda8189/lib/active_record_upsert/compatibility/rails51.rb#L28) by removing...
I was using a MultiJson.use(MyCustomKeyTransformer) to do this, and it worked pretty well. Unfortunately a JB commit in October seems to have broken multi_json support. Multi_json does provide a nice...