Mike Walsh

Results 7 comments of Mike Walsh

Any update on this issue? I'm experiencing the same problem with 0.90.5

In my example, ``` class Group < ActiveRecord::Base has_and_belongs_to_many :accounts_users end class AccountsUser < ActiveRecord::Base belongs_to :account belongs_to :user end ``` The code that produces the error is (`@group` being...

The fix for #31 appears to be the cause of this. The problem with this approach is that it's restricting calls on HABTM associations where there is no explicitly defined...

I'm seeing the same issue when attempting to run the following on an M1 Mac: ```sh docker container run -it --platform linux/arm64 --rm --cap-add=SYS_ADMIN zenika/alpine-chrome [0824/013038.961704:ERROR:bus.cc(398)] Failed to connect to...