Live data from Hacker News

Viewing profile — ryannielson

ryannielson

HN member
Joined
Sat, Jan 26, 2013, 4:57 AM UTC
HN karma
9
Public activity
4 items

About ryannielson

No profile information was provided.

Recent public activity

  1. comment
    Comment #5735889

    Something more like the following is probably a better solution: if ENV['SECRET_TOKEN'].blank? raise 'SECRET_TOKEN environment variable is not set!' end App::Application.config.sec…

  2. comment
    Comment #5735817

    I wrote a gem called envious that could be used as an alternative to dotenv: https://github.com/RyanNielson/envious from what I can see it does a few things dotenv doesn't. Good gu…

  3. comment
    Comment #5119313

    I wrote a gem that I've used to help with the secret key problem in the past. It's called Envious: https://github.com/RyanNielson/envious Basically it adds a yml file, that is adde…

  4. comment