Nate Matykiewicz
Nate Matykiewicz
Typed Store looks great! It would really be a good fit to simplify something my team did a long time ago. The one thing that's stopping me from using it...
Sounds good. Thanks, Jean!
Is there any update on this? I'd like to generate PDF417 barcodes using Ruby 2.3, and I'd prefer to just use Barby, since that's what I use for the other...
@presidentbeef I just want to make sure everyone's on the same page. Example 3 here is open to SQL Injection. `sanitize_sql_like` simply escapes `_` and `%`. https://github.com/rails/rails/blob/83217025a171593547d1268651b446d3533e2019/activerecord/lib/active_record/sanitization.rb#L94-L111
Based on this seemingly related issue https://github.com/rails/rails/issues/45636, I think this issue is implying that `'text'` needs to be `:text` (same with :erb), and that either the string should work, or...
Just bumping this to say that I just ran into this as well. I have a model that has a `platform` column, and a `platform_id` column. For example: ```ruby {...
Exactly @st0012! I was just trying to go with what felt like "Sentry" language. Since there's a `with_child_span`, I thought maybe `include_children` would be a good option. Though I guess...
Totally understandable. Anything that tells me how long we're waiting on a connection pool is incredibly helpful.
This would also help me
@excid3, I see that `Kernel.system` has an `exception: true` option (though, I'm confused because it seems to be an instance method, not class method). It seems like you could possibly...