Sha256: 78dea4269c3775d0f9e921289f67d2f8d39ad03e7d81759b9d45e4fb395bff55
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
# Protobuf ActiveRecord Protobuf Active Record provides the ability to create Active Record objects from Protocol Buffer messages and vice versa. It adds methods that allow you to create, update, and destroy Active Record objects from protobuf messages. It also provides methods to serialize Active Record objects to protobuf messages. ## Installation Add this line to your application's Gemfile: gem 'protobuf-activerecord' And then execute: $ bundle Or install it yourself as: $ gem install protobuf-activerecord ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
protobuf-activerecord-1.0.1 | README.md |