John Kenn

Results 12 comments of John Kenn

I have the same question. Because after we started using this gem, we intermittently encounter this error: `ERROR -- : exception while processing events: PG::UnableToSend: another command is already in...

@developingchris Thanks for the response. So for example our customer orders 2 pieces of item X, this is what we need to do: ``` response1 = ups.find_rates(origin, destination, package_x) #...

+1 for adding support for Action Text

To give more context, this only happens when the test is in a subfolder of `test`. Example: `test/e2e/test.js`. It's weird.

I'm also having this problem. So right now I'm explicitly defining 'deleted_at' => null . Hope this issue gets fixed.

Did you have a chance to look at this issue?

@mickhansen Yes :) Anyway, thanks for the response. I'll just restrict it manually for now.

@mickhansen okay, thanks for the response :) If the Comment has multiple associations, example, it belongs to a User and it belongs to a Ticket, would it be better to...

+1. I'm experiencing the same issue.