Vojtech Salbaba
Vojtech Salbaba
Given posts with ids [1,2,3] When I do Post.where(:id.not_in => []) I expect result to be [1,2,3]. The current generated query is SELECT `posts`.\* FROM `posts` WHERE `posts`.`id` NOT IN...
In my configuration - controls there is no Lock Targets key. There is only Lock Or Zoom. Tutorial shows "press undefined to deploy it". In tmr_autorestinit.sqf#L28 the key is defined...
I couldnt install Vim-for-Rails due to KTama not having mustache.vim. I found mustache.vim at juveno's github account, so linked that.
At https://github.com/wildfly/wildfly-jar-maven-plugin/blob/0d9b4513ae9167227306ebb591602f6f57632193/tests/src/test/java/org/wildfly/plugins/bootablejar/maven/goals/AbstractBootableJarMojoTestCase.java#L360 the Assert is missing a description, which means that it will fail without explanation, making debugging difficult. I suspect that the codepath leading to process being not null...