Results 15 issues of Ben Turner

So I'm aware that you can do `html_attributes("data-value": nil) if condition?` to return `"data-value"` if the condition is truthy. Is that the cleanest / only format? On reading the code,...

Whilst running the tool over our images in CI, we have started getting the following intermittent errors: ``` running aws-ecr-gc 0s Total images in workbench-ci (us-east-1): 21 Images to delete...

I'm working in a rails codebase that makes use of all three of the request spec directory locations for different reasons needs. Those being `spec/requests`, `spec/api` and `spec/integration` (Ref: https://github.com/rspec/rspec-rails/blob/8c17b4e5020a4d264e8a79e294c58b5c1ef2b005/lib/rspec/rails/configuration.rb#L36)...

Now that rails supports multiple databases, in an ideal world the related file for an ActiveRecord model would be the database schema / structure file for the containing database. May...

I had an interesting use case, where I needed to merge 8-9 locale files in a rails app into a single app. Easily done, I thought, and quickly concatenated all...