Sha256: 8a5137084f42131fe78822872bfaf9cc06804833733dd325227d6dae7c0776a1
Contents?: true
Size: 640 Bytes
Versions: 6
Compression:
Stored size: 640 Bytes
Contents
# Instructions for contributors Prepare your dev env by setting the environment variables: ``` $ cp env.sample.sh env.sample $ vim env.sh # change it to your needs $ . ./env.sh # will load your dev env vars. ``` I miss Pry when I'm on [Rubinius](http://rubini.us/), so I do write the code on MRI and test on Rubinius once in a while. You will find that [Travis](https://travis-ci.org/) is your friend. # Roadmap - Rake task for creating all the indexes; - Routing core; - MapReduce for campaign deliverability statistics; - Sidekiq recurrent job to run updates on MapReduce; - Load testing; - Stats Reports - (readonly) JSON HTTP API;
Version data entries
6 entries across 6 versions & 1 rubygems