Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasch/avro_turf-rails
AvroTurf::Rails adds Avro capabilities to any Rails app, allowing it to encode and decode Avro data seamlessly
https://github.com/dasch/avro_turf-rails
Last synced: 24 days ago
JSON representation
AvroTurf::Rails adds Avro capabilities to any Rails app, allowing it to encode and decode Avro data seamlessly
- Host: GitHub
- URL: https://github.com/dasch/avro_turf-rails
- Owner: dasch
- License: mit
- Created: 2015-03-06T14:57:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T14:16:40.000Z (over 9 years ago)
- Last Synced: 2023-04-11T15:32:44.848Z (over 1 year ago)
- Language: Ruby
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AvroTurf::Rails
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'avro_turf-rails'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install avro_turf-rails
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/avro_turf-rails/fork )
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 a new Pull Request