HackerNoon Mobile

Better reading experience on the app
Introducing Figaro Module: Rails Configuration Gemby@urchmaney
1,582 reads

Introducing Figaro Module: Rails Configuration Gem

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Figaro is a ruby on rails gem. It uses a YAML file for all your configuration values. It prevents this file from being uploaded to the remote repository. Figaro has a friendly interface with Heroku. With a simple command, you can port all your production configuration data to Heroku. The default is the development environment. With the command above, Figaro gets all your configurations data to production. The command below gives the configuration data, stripe_api_key, for the 'application.yml' above.

Company Mentioned

Mention Thumbnail
featured image - Introducing Figaro Module: Rails Configuration Gem
Unegbu kingsley HackerNoon profile picture

@urchmaney

Unegbu kingsley

Receive Stories from @urchmaney

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!