Jacopo Beschi
Jacopo Beschi
Let me know your take on this, I'll be happy to create a PR to re-add the ability to use the old format.
Yes, as soon as a new release happens.
temporary solved by downgrading to `1.28.0` with: `$ rvm get 1.28.0`
The issue on my env was in https://github.com/rvm/rvm/blob/master/hooks/after_use_textmate#L27. It basically tried to create a wrapper for `textmate` (which Is not installed on my mac) everytime I changed folder. Removing the...
@smt116 I do confirm `ActiveStorage::Attached::Many#attach` doesn't support concurrent operations ATM.