protobuf-activerecord icon indicating copy to clipboard operation
protobuf-activerecord copied to clipboard

Google Protocol Buffers integration for Active Record.

Results 2 protobuf-activerecord issues
Sort by recently updated
recently updated
newest added

Protobuf issues a deprecation warning about setting the `nullify` field to `nil` and instead suggests using an empty array: ``` DEPRECATION WARNING: ['nullify']=nil is deprecated and will be removed from...

I'm trying to use Protocol Buffers to transmit data from a Python project into a Rails project. I'm using a `.proto` file (in v3 syntax) and the `protoc` compiler to...