I have figaro installed, all of my keys are defined in the application.yml file and i'm using ENV['my_key'] in string interpolation in the controllers ... it seems that ENV[ ... ] isn't actually loading the keys because the error i'm getting at runtime is that the API key is missing ... i have rails 12 factor gem installed and i got rid spring, but it's still not working
I have figaro installed, all of my keys are defined in the application.yml file and i'm using ENV['my_key'] in string interpolation in the controllers ... it seems that ENV[ ... ] isn't actually loading the keys because the error i'm getting at runtime is that the API key is missing ... i have rails 12 factor gem installed and i got rid spring, but it's still not working