Steve Richert

Results 66 comments of Steve Richert
trafficstars

![Spring is broken. Forever.](http://www.mtviggy.com/wp-content/uploads/2014/03/7d693e0e-2d63-4c8f-8ff7-ff6629448f11_SpringBreak.gif)

I don't like the idea of parsing the Gemfile to look for Spring. Parsing gemfiles correctly is [hard](https://github.com/gemnasium/gemnasium-parser). A few options: - Spit out instructions for configuring Spring on Figaro...

Figaro 1.0 has the new `figaro` executable that could handle an `install` command and potentially take the place of the Rails installer. That may be better as the gem is...

Sounds reasonable. Probably wouldn't even shorten it to `-s` in this case since it doesn't really feel like a **core** option, if that makes sense. Would you be willing to...

Still like this. :+1:

@sheerun What do you mean this is not relevant to secure environment variables? That's what this issue is about.

The Travis gem has come a long way, doing [most of this](https://github.com/travis-ci/travis/blob/707f357129f8ae6c051f3abd17099778bda823a3/README.md#encrypt) itself. A simple command added to the `figaro` binary could look like: ``` figaro travis:encrypt -e staging ```...

I have a feeling this is awesome and needed, _but_: 1. I don't really understand what's happening in the tests. Can they be simplified or at least commented? 2. I'm...

This is a very interesting case, thank you! Would you be comfortable committing your failing tests and submitting a pull request? It's okay that they're red. If you want to...

@azanar Thank you! :clap: One thing to consider. The `ATTRIBUTE_KEYS` constant was used to constrain which options are eligible for inclusion in the header. Now that we're effectively saying that...