Skip to content

Instantly share code, notes, and snippets.

View eldoy's full-sized avatar

Vidar Eldøy eldoy

View GitHub Profile
# Add rethinkdb to Gemfile
# Add to boot.rb: autoload :RethinkDB, 'rethinkdb'
# Set up RabbitMQ queue as well
# Load database settings
config = (YAML.load_file('./config/database.yml') || {})[App.env]
# Connect database
if config