Marble Bee
Marble Bee
Perhaps a do-no-harm short-term change could be to not overwrite @attributes when `values.first.to_h` is `.empty?` ? It won't really help fix anything but at least it's less data-destructive
A possible solution is to intercept the `save` method ``` def save(*args) upsert(*args) end ``` This seems to work in my testing but it makes me very nervous!
I was trying this for the first time, then had this error, then found this thread, then left. Trying meta_search/meta_where and squeel.
Anyone get it working on Vultr? If so, is there a normal step that I'm forgetting or missing?
I can SSH while not connected with Outline. I have also tried setting up multiple Vultr instances but all had the same problem. It could be GFW but it's only...
@Zhangziheng1 I was not even able to ping it at any time. (in the comments of that blog post you sent someone posted a link to a hosted SS service...
@lwyh It seems to be instant though which makes me suspect that the problem isn't that it's being walled. I do not know much about walling system though, so for...
> Ok, finally I've backported `openssl1.1` to **22.04** for those using the [Ubuntu dedicated package](https://github.com/rvm/ubuntu_rvm). > > You want, after `sudo apt update`, downgrade `libssl-dev` with: > > ``` >...
@raelgc I don't know what a PPA is. I did figure it out though so you're probably talking about what I did: 1. As somewhat explained [here](https://packages.ubuntu.com/impish-updates/amd64/libssl-dev/download) I had to...
I basically had to overwrite a lot of the functions of ajax-datatables-rails. `get_raw_records`, `records_filtered_count`, `records_total_count`, `filter_records`, and `retrieve_records`. At the end of the day, there are 3-4 things that get...