Eric Anderson

Results 17 issues of Eric Anderson

When using Ransack with SimpleForm the translation is not working. If I do: Then my label ends up being "Status eq" rather than "Status equal". This is due to not...

Help Wanted
simple_form

I am getting a problem where the UI is blank once I enable the CSP that is part of Rails 5.2. The reason is that the inline script tags which...

enhancement
help wanted

Now that [libvips](https://www.libvips.org/) is [the default image processor for Rails](https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#active-storage-default-variant-processor-changed-to-vips) is there a way to have that on the base image like Imagemagick? As it stands now, a stock Rails...

The [ruby-generate-dockerfile container](https://github.com/GoogleCloudPlatform/ruby-docker/tree/master/ruby-generate-dockerfile) is used by Google App Engine to deploy Ruby/Rails applications. The last thing it does after generating the Dockerfile for the Ruby/Rails application is [output the entire...

I was wondering if there is a idiomatic way of combining traditional SQL-based scopes and a search on the global multisearch? For example imagine I want all transactions that involve...

I was trying to use arrive in combination with the [Turbolinks library](https://github.com/turbolinks/turbolinks) and the webpage was crashing about every other page change in IE 11. I found this happened even...

I was recently [notified by Github](https://github.com/advisories/GHSA-77m7-9wvw-87fx) regarding [CVE-2022-23923](https://nvd.nist.gov/vuln/detail/CVE-2022-23923). The actual description of the issue is a bit odd so wanted to get clarification on its impact. It is described with:...

Would you be open to adding a Content-Security-Policy to the frame file? My scenario is: 1. A user writes a script that customizes the workflow of a form. 2. These...

@BookOfGreg - You mentioned over on #174 that you were open to a fix for this so I went ahead and put together a PR. This should provide that impl....

enhancement

Looks like the [pre-buily Ruby binaries](https://github.com/GoogleCloudPlatform/ruby-docker/blob/master/ruby-pipeline/ruby-latest.yaml) stopped at 3.1.2 while the 3.2 series came out about 7-8 months ago. Any way GAE can be updated to support the latest versions...