Ben Rexin

Results 20 issues of Ben Rexin

Had the situation that i'm running in a Rails environment, but Rails.logger was null, resulting in ```…/gems/i18n-debug-1.2.0/lib/i18n/debug.rb:17:in `logger': undefined method `debug' for nil:NilClass```

### Describe the bug Boostraping flux2 using an ssh-agent with multiple keys loaded (`ssh-add -l |wc -l` > 6, 24 keys for me) results in "Too many authentication failures" as...

### Expected behavior While defining a `collection_action` or `member_action` i would like to use Arbre, like i'm used to in `index` or `show` ### Actual behavior Right now i'm able...

The linked https://www.omniauth.io/ page shows a password prompt. ![Bildschirmfoto 2020-02-18 um 12 52 03](https://user-images.githubusercontent.com/99911/74733899-98ef4b00-524d-11ea-901a-a7e499f98997.png) that's maybe unintentional?

# Observed Running the following command will generate the OpenAPI v2.0 documents, but won't run the tests. Note: without --dry-run, so running tests is expected. ``` bundle exec rspec spec/integration/...

bug

Based on the last commit, it looks like mermaid [8.12.0](https://github.com/mermaid-js/mermaid/releases/tag/8.12.0) is used, current would be [9.1.3](https://github.com/mermaid-js/mermaid/releases/tag/9.1.3)

move environment configuration into connection task, so it's not executed in situations where no standalone-migrations task is called. Allows other rake tasks to be executed when db/config.yml is missing. fixes...

db/config.yml is required in the moment the tasks are loaded. I tend to use a rake task like the following to setup development environments, without having having the actually used...

Hej, a previous coworker found that working with this gem triggers a server error caused by a missing "charset" for StandardFetcher#fetch in our environment. Sadly we can't fix anything at...

rubinius 3 can't be installed anymore. Remove so the pipelines are green again. ``` rvm use rubinius-3 --install --binary --fuzzy curl: (22) The requested URL returned error: 404 Not Found...