Felipe Zavan
Felipe Zavan
I'm having the same problem with 5.7.29. The flags and apt update didn't do it for me, I had to resort to manually installing 5.7.27. This is how I did...
@JiriKolarik hack works for my namespaced user model, thanks. By the way, it's been a year and this is still an issue, is there any ideas on when will this...
Thanks a lot for CanCan, but it seems now abandoned, I've moved to Pundit: https://github.com/elabs/pundit
Had the same error, but the missing class was 'String', and was triggered when i put a beforeSave. vhtellez solution worked. Thanks.
Will anything like this ever gonna be merged? I have some use cases. #54 #29
Maybe I could use the `Parent` feature to to delegate the nested twin setters/getters to the parent twin... But still, it would required lots of delegations for a big twin.
Cool, so we're in sync! Also, with this implemented in Disposable, it **could** be used in Reform too, right? (As in the Reform issue I referenced)
Great work @frantisekrokusekpa, I look forward to seeing this merged and released so I can finally complete my migration away from paperclip.
I'm encountering an error that is probably related to this: ```ruby domain = PublicSuffix.domain(request.host) Tenant.find_by!(domain: domain) ``` Raises: `ArgumentError (Cannot transliterate strings with ASCII-8BIT encoding)` Forcing UTF-8 works: ```ruby domain...
There seems to be a problem with the z-index. Put ``` css .leaflet-label { z-index: 400; } ``` Increase the number as needed.