NinjaBunny
NinjaBunny
I am working on a project where I need to press multiple keys at the same time. I have tried things like. ``` keyboard.press(robot.KEY_W); keyboard.click(robot.KEY_S); keyboard.release(robot.KEY_W); ``` It doesn't hit...
I"m getting a ActionController::RoutingError (No route matches [GET] "/users/1.json") I have tried curl -H 'Accept: application/api.bluemage.systems.v1' 'http://10.0.0.11:3000/users/1.json' curl -H 'Accept: application/api.bluemage.systems.v1' 'http://10.0.0.11:3000/users/1' curl -H 'Accept: application/api.bluemage.systems.v1' http://10.0.0.11:3000/users/1 and none of...