Grigory Dmitrenko
Grigory Dmitrenko
This will only fix the issue if you check user attribute in your case. But if you check Comment model field (can :read, Comment, private: true), it will fail in...
Having the same issue. Looks like it is somewhere behind invitable in Rails 7 ``` [activemodel (7.0.4) lib/active_model/attribute_methods.rb:458:in `method_missing'] [rack (2.2.4) lib/rack/etag.rb:71:in `block in digest_body'] [actionpack (7.0.4) lib/action_dispatch/http/response.rb:145:in `each'] [actionpack...
Seems that this issue is not still fixed. There is the test in repo but it works only for non-STI relation: ``` it 'cannot rules are not effecting parent class'...
For better safety you can only pass known hosts as a volume: "${HOME}/.ssh/known_hosts:/root/.ssh/known_hosts"