Vladislav Kuznecov
Vladislav Kuznecov
For anyone looking for alternative take a look at Git Branch-wise Session. It's a bit different, but works for me
Encountered this error while upgrading ruby from 3.1.0 to 3.1.1. Somehow `rvm install 3.1.1` worked after switching to ruby 3.0.3 :thinking:
(The question is 4 years, yeeeeah :penguin:) While solving similar problem, I've ended up using association through [scenic view](https://github.com/scenic-views/scenic) I have created an SQL view which looked something like this:...
I've decided to check out this PR and it didn't work for me. I messed with this a little and noticed that `@endpoint` is not saved when packet with `"op":...
I'll save some time to anyone trying to find the rails diff which resulted in this [`self.response_body = zip_generator` within gem](https://github.com/fringd/zipline/blob/b2ca413656620e217f74f8eed8fef19ffe3f1924/lib/zipline.rb#L21) calls [`response_body=`](https://github.com/rails/rails/blob/v7.1.2/actionpack/lib/action_controller/metal.rb#L209) method within rails, which calls [`body=`](https://github.com/rails/rails/blob/v7.1.2/actionpack/lib/action_dispatch/http/response.rb#L325) on...
> If you use the non-bang variant of evaluate, then `with_nil` and `without_value` both return `nil`. Is that helpful for your use-case? Sadly, no. I'm trying to make `with_nil` return...