figaro icon indicating copy to clipboard operation
figaro copied to clipboard

Simple Rails app configuration

Results 80 figaro issues
Sort by recently updated
recently updated
newest added

Figaro should be able to be used in the initializer of a Rails engine. Unfortunately, when testing the engine using a tool like [Combustion](https://github.com/pat/combustion), we see that the Railtie to...

I have a rails + webpacker project and I need to share some ENV vars between rails and webpacker (webpack/node). It works great if I use 'dotenv-rails', but I prefer...

Hello Thanks for Figaro. I'm thinking about moving one of my apps from Heroku to Elastic Beanstalk on AWS. Figaro seems to be Heroku-focused. As far as I can see,...

There have been rails and heroku failing tests for a very long time. See https://travis-ci.org/laserlemon/figaro/pull_requests for a history of failed tests for pull requests.

Let's say you have `app_key: e$Gu768HKkiec` in your application.yml. When calling `Figaro.env.app_key` Figaro will display the value as `e\$Gu768HKkiec` which does not match what is the config file because of...

I :heart: Figaro! I not found any proposals on this. Is it possible to introduce herarchical structure? Currently we in able to make linear list of settings/variables (excepting environments). I...

I added the configuration in config/application.yml file: KEYCLOAK_REALM: 'aaa-dev' then I try to use it in config/keycloak.yml file: realm: but it seems not working, any suggestions?

I want to setup my rails application within a subpath. To make this possible I set the environment variable RAILS_RELATIVE_URL_ROOT to "/settings". That way SASS and rails know how to...

Is it currently possible to control what in the `application.yml` file after running `figaro install`? I've looked around docs but can't find anything conclusive... Eg instead of it looking like:...