All Stories published by Made by Munsters on January 12, 2018
01
02
03
04
05
06
07
08
09
10
11
13
14
15
16
17
18
19
20
21
22
23
24
25
27
28
29
30
31

Managing Environment Variables with Global and dotenv Gems

At Made by Munsters, our Rails projects use dotenv to load environment variables for development and test Rails servers. dotenv reads a file (by default, the appropriately named .env) that contains a simple list of name=value…