Sha256: baca40e3f6b6e86d58ed04b8b4257b22f037a3ae99d5a9ed2081b7f7651776e1
Contents?: true
Size: 758 Bytes
Versions: 2
Compression:
Stored size: 758 Bytes
Contents
# Broker Automate importing of data to Quickbase applications using a file queue ## Installation Add this line to your application's Gemfile: ```ruby gem broker ``` And then execute: ```ruby $ bundle ``` Or install it yourself as: ```ruby $ gem install broker ``` ## Setup Setup the initializers, config files, and structure by: ```ruby $ broker install ``` The following files will be generated for you: ```ruby /config/secrets.yml /config/quickbase_tables /config/initializers/broker.rb ```` ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
broker-0.1.1 | README.md |
broker-0.0.9 | README.md |