Yuri Sidorov

Results 9 issues of Yuri Sidorov

Hi, I have a common situation: index and show actions both should render an object partial. When I place the code into the corresponding views (index.json.jb and show.json.jb) everything is...

I created several teams in console, and then when I try to destroy them all with `Team.destroy_all`, I get this error: ``` 3.1.2 :008 > Team.destroy_all Team Load (8.8ms) SELECT...

Hello, and thank you for such an amazing piece of software. I'm not sure how it was planned to be, but I've noticed that array params are always been sent...

Hi, Sometimes content is hidden and there's no way to see it so I added a horizontal scroll.

Implements memberships API and adds OpenAPI specs. Required by https://github.com/bullet-train-co/bullet_train-core/pull/257

That implements memberships API, adds OpenAPI specs, and fixes path examples generation. Required by https://github.com/bullet-train-co/bullet_train-core/pull/237

Required by https://github.com/bullet-train-co/bullet_train-core/pull/258

In most cases payload to create and to update a record differ: when we need all the required fields for create, we don't really need anything special for update. Also,...

enhancement

This will allow write in factories `example(:model)` instead of `FactoryBot.example(:model)` or `build(:model_example)`

enhancement