Ralf Vitasek
Ralf Vitasek
Noticed that when i tried to divide a string number which i converted to_f and then used as a divider, when the float is 0.0 ruby returns `Infinity` instead of...
First i must say i'm not sure where exactly the error happens. Maybe it's the adapter or maybe it's ActiveRecord's serializer logic. I've encountered this error on Rails 4.2 as...
Aassuming you have addition filter criteria before full_text_search. Then you get a query that combines the first term into the your previous criteria $and a global requirement for any further...
When i get errors about this and that field not being of the right type. I really need to see what the response actually was. Trying to write a log...
See https://github.com/cyu/rack-cors/issues/251 just omitting the line ```ruby headers = Rack::Utils::HeaderHash.new(headers) ``` in `lib/rack/brotli/deflater.rb ` will fix this as it's not needed anymore.
Using rswag to create OAS 3 specs. When checking the result with `spectral lint` i get tons of warnings: `operation-tag-defined Operation tags must be defined in global tags` So as...