Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

set auth_token to a generated UUID if AUTH_TOKEN not passed in ENV #247

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

set auth_token to a generated UUID if AUTH_TOKEN not passed in ENV #247

wants to merge 2 commits into from

Commits on Oct 10, 2013

  1. Configuration menu
    Copy the full SHA
    650513c View commit details
    Browse the repository at this point in the history
  2. downcase 'securerandom'

    `require 'SecureRandom'` works on my OS X dev machine, but not on my linux deploy box. `require 'securerandom'` works on both.
    grahamb committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    fe2170d View commit details
    Browse the repository at this point in the history