You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thoughts on me adding this to README.md in a PR? May be helpful for less Rails like peeps like me when they're wondering why the ENV vars are stale on their tests.
Just logging this in case it helps someone else: it's not working either for me today, in a pure ruby app, using latest release (1.1.1). I tried using the v2 branch but go other problems which I hadn't got the time to investigate.
Hey Guys!
I encountered with an issue today with figaro. I have
config/application.yml
likeand in
Gemfile
I hadThen it installed the version
1.1.1
. When I tried to access theENV['user_name']
it returnednil
.To fix this I had to fix my version to
1.0.0
explicitly.Now its fixed..
So could you please find out what the problem is?
Thanks!
The text was updated successfully, but these errors were encountered: