Installed Figaro, but can't see config/applicaton.yml in terminal

274 views Asked by At

So I put figaro into my Gem file and did a bundle install, but when I try to go to my config/application.yml file it is not there. Any idea why it would download figaro and not install that file. Also, this isn't the first time I have downloaded a Gem and files haven't been generated in Atom. Not sure if am missing a step? Please help, ruby newby.

Thanks!

2

There are 2 answers

0
Zalán Józsa On

Make sure you run rails generate figaro:install after you run bundle install.

0
neo7 On

terminal: figaro install , will create tour (yml) file.