Viewing profile — ryannielson
ryannielson
HN member- Joined
- Sat, Jan 26, 2013, 4:57 AM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About ryannielson
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
- comment