Alfred Rowe

Results 3 comments of Alfred Rowe

I think you can enforce this by specifying the datatype for the exact cell you want with the `types` params which expects an array of various types `float, string, boolean`,...

@MatzFan solution works! Spent over a week trying to get this to work on Ubuntu 22 which was compiling initially with gcc-12 after switching to gcc-10 everything works fine.

I think you can get around it with something like this ```ruby it { should callback(:send_confirmation).after(:create).after(:commit) } ```