Sergey Galichkin
Results
2
issues of
Sergey Galichkin
Hi all, the query below selects only ids as expected and can be used later e.g. in ```where``` statement: ```ruby Person.tagged_with(['tag1', 'tag2']).select(:id) ``` but the next query selects all fields,...
### Problem statement Vhost object should outlive producer and consumer objects, otherwise connection is closed as Vhost object is destroyed ### Proposed changes Update documention (`doxygen.md`) ### Remaining work -...