Logan Serman

Results 6 issues of Logan Serman

I am trying out CanCan 2.0 for the first time, in order to use ollym's fork for strong parameters. My controller is namespaced Builder::ContactsController. So in my Ability: ``` can...

Hello, our model has messages that belong to groups and we want to track the group's outbound message count, but only count messages for each recipient once per group (sending...

When queuing a message through Redis (Sidekiq in my case), hash parameters are serialized and unserialized via JSON dump/load, so any symbol keys are converted to strings. Since APNS::Notification only...

When yarjuf is passed an exception with a `nil` backtrace, it would hand it off the RSpec's backtrace formatter unchecked which would cause RSpec to raise a NoMethodError when calling...

Hello, please correct me if I am wrong with my assumptions here. My use-case is that I'd like to use `has_one` with a [`has_one_attached`](https://api.rubyonrails.org/v6.1.0/classes/ActiveStorage/Attached/One.html) object. The issue is that the...