Fabian Schwahn

Results 17 issues of Fabian Schwahn

Because of the csv-parse CVE (see also #55) I looked at this library, and noticed that the library is completely self-contained, and all dependencies are only required by the sifter-binary....

### Steps to reproduce When `select` is used and the primary key is not selected, the array form of `find` just returns an empty array. ```ruby begin require "bundler/inline" rescue...

activerecord
attached PR

I have some custom behavior which applies to all forms in my app. I can either follow https://github.com/plataformatec/simple_form#custom-form-builder (and replace all `simple_form_for`-calls) or monkeypatch `SimpleForm::FormBuilder`, but I was thinking if...

Feature request

## Type of issue - [x] Bug report - [ ] Feature request ## Uploader type - [ ] Traditional - [x] S3 - [ ] Azure Bug Report ####...

## Issue report **Question 1: What is the problem?** After upgrade to 5.1.7 (from 5.1.4) the following error happens during shutdown. It's not a huge problem as the dyno is...

SupportCentral

I installed 10 beta 6 using `xcversion install "10 beta 6"`, which worked and `10 beta 6` was selected. Afterwards I switched back using `xcversion select 9.4.1`, which also worked....

The code starting here https://github.com/tristen/tablesort/blob/72481c2bed958bf7728f092445a0e4dfb4f45936/src/tablesort.js#L168 (which collects items for determining the type of a row) does falsely collect items from rows marked with the class `no-sort`. This can lead to...

bug

I'm using magic links along with the possibility to use email/password (ie. database_authenticatable). The methods from `database_authenticatable` are overwritten in https://github.com/abevoelker/devise-passwordless/blob/c38db387383399427ac6c9b8de6dee1aad011f13/lib/devise/models/magic_link_authenticatable.rb#L8-L15 Would it be possible to define those methods only...

Hi, I've got a question: you say "Make sure asset caching is configured correctly" and suggest setting `config.assets.compile` to `true` in production. Is this setting really required to use heroku_rails_deflate?...

In case of a JSON column, `bulk_insert` will incorrectly insert the default value. It inserts `"{}"` (ie. a string) instead of `{}` (ie. an object). Here's a failing test: ```ruby...