Ruby Snack #20: Setting Environmental Variables with Figaro

preview_player
Показать описание
Setting and deploying environmental variables is a piece of cake with Figaro and a Capistrano gem built for easy deployment. I'll take you through setting up the gem and the files. Enjoy as I admit that I did this the hard way in previous episodes.

Рекомендации по теме
Комментарии
Автор

Great Tutorial!

A little thing I've noticed when I used Figaro was it's case sensitive. So I needed to uppercase the name of the variables in order to make them work.

Besides that it is a wonderful tutorial! Since Railscasts stopped, I was looking for a video channel to follow. Please keep up the good work!

nielsonrolim
Автор

Hi there, how do I access the variables from de application.yml?

jesusalfredovazquez