Alex

Results 3 issues of Alex

``` ruby configure do set :test, {} end ``` irb(main):001:0> `require './app'` => `true` irb(main):002:0> `MySinatraApp.test` => `{}` irb(main):003:0> `MySinatraApp.test = {foo: "bar", bar: "foo"}` => `{:foo=>"bar", :bar=>"foo"}` irb(main):004:0> `MySinatraApp.test`...

Are there any plans to include a plugin for detecting secrets that shouldn't be committed? Similar to the plugin for `detect-aws-credentials` on this project: http://pre-commit.com/hooks.html

Is this project still being maintained? Last commit was 5 years ago.. Is there anything else like this out there?