John Nunemaker
John Nunemaker
@bjhaid hi! I'll be honest and say that I haven't thought it all through. Something like that could work though.
@armilam no toe stepping. Go for it!
I am guessing this is more related to scam not conforming to active model's interface. Can you do more research and see if that is indeed the issue? Happy to...
I can add people to the repo and to the gem if that would be helpful.
Hi! Can you paste the full statement invalid error? We rescue `ActiveRecord::RecordNotUnique` ([source](https://github.com/flippercloud/flipper/blob/main/lib/flipper/adapters/active_record.rb#L256)), but maybe some other database is raising a statement invalid with a lower level unique error for...
@tjefferson08 can you get the failure from flipper? Add a rescue around it and puts the error or something? I want to see what error is failing the transaction, because...
Where was the original test case from in the issue above? The problem is we can’t replicate it so that’s why I need you to so that I can see...
@tjefferson08 could you just run it from your app again? If I can just see what the error is I can setup a test to fix it. Maybe this? ```ruby...
Are you using transactional fixtures? I wonder if somehow that is in play here.
@tjefferson08 Thanks! I'll take a look. Sorry this hit right during a busy stretch and then vacation. I'll see what I can get figured out.