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

Ruby master ships with Psych 4.0.0 which makes YAML.load defaults to safe mode (https://github.com/ruby/psych/pull/487). Keep compatibility by using unsafe_load. --- - Add 3.0 and 3.1 to .travis.yml - Loose version...

Quick hack. Probably not the best fix but it allows rails 6 to bundle and seems to be working properly now

Hi! I'm using `foreman` gem to start my Rails app like this: `foreman start -f Procfile.dev` In `Procfile.dev` the line that starts Rails server looks like this: `backend: bundle exec...

I find this incredibly useful to see which things end up set in a given environment.

If ENV['FIGARO_OVERRIDE"] is set to "true", then never skip any variables. This let's the application.yml always take precedence. issue #148

See issue #148 for more details ![danmwxq](https://cloud.githubusercontent.com/assets/1711530/3834987/d84c82a2-1db7-11e4-93a9-1d53ec539d46.gif)

Added command similar to `figaro heroku:set` but for Amazon Elasticbeanstalk stack using [EB CLI 3](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-setenv.html).

Possibly solves or replaces #78 Say your deployment process require you to have your configuration at a certain file path or that you want to provide defaults for different platforms...

Inspired by [this task](https://github.com/subosito/mascherano/blob/master/lib/mascherano/tasks/figaro.cap) and referring to #161 Should work out of the box with rails applications running figaro ~> 1.0.0