Sergey Gnuskov

Results 21 comments of Sergey Gnuskov

And same for getter: string loaded from database, so it doesn't find value in storage.

I'm sorry, but have you looked at this? Is it hard to correct?

Finally, I corrected some problems and added tests in my PR: #38

Hello, any updates here? There are a lot of problems with highlighting on tree sitter. For example: ![image](https://user-images.githubusercontent.com/699661/56027157-328cc880-5d1e-11e9-882f-143721df736f.png) 1. Aren't `include` and `extend` built-in functions same as `require`? 1. Function's...

If you are interested, I'm using https://atom.io/packages/blame now, it supports copying commit hash and automatically builds right url to gitlab.

> In either case, really seems like user and especially associated should be marked optional: true. Any chances to make this happened? It looks like the must-have change for all...

There is no problem with 204 with missing template (espesially it logs `No template found for HelloController#hello, rendering head :no_content` in this case), there is problem with blank body when...

Updated to rails 5.2 and this bug is still reproduced. And @freefishz workaround still works.

Looks like duplicate #346

@tenshiAMD No, with `surround` the result will be ```erb ``` And with `surround_contents` it will be ```erb ``` But I need to replace original wrapper with another one with same...