Tomislav Simnett
Tomislav Simnett
This appears to be the case with `saved_change_to_attribute` too. I have a model with: ``` attr_json :insurance, GlobalSettings::Insurance.to_type attr_json :asset_protection, GlobalSettings::Insurance.to_type ``` When I change the `insurance` value, I get...
I've worked around it by comparing the actual changes (not ideal), but if I get to it before you do, I'll put in a PR for sure. Thanks for the...
Curious to understand what the plan is to support M1 in LiveShare as this issue has been live since January last year. We have an increasing number of M1 macs...
I'm seeing the same issue, but no proxy.
No, only set up my own Pusher app's key and secret in the settings pane. I have a free account.
I'm going to reverse the quote amends. Sorry! Automatic rubocop settings!
I've made that change. In order to make it work, I've added a method `audit_model` which constantizes the string config value. Tests are updated to suit. Hopefully this meets with...
Any chance of this being merged? If not, what do you need me to do to help get it over the line?
I guess this is useful for the non-rails case. In the Rails case, I'd recommend using rails-ujs or jquery-ujs remote forms to submit, and have the form partial returned with...
We have a working solution until this gets resolved here. First, we already don't auto-include simplecov, so gemfile contains `gem "simplecov", require: false`. Then we add the following line to...