Paul Thomas

Results 3 issues of Paul Thomas

I think this was missed when the mysql_query functionality was split into the plugin. This should be placed in the mysql plugin instead of in the core code

I recently redeployed an app using the latest gems onto a new server and I have noticed that calls that use the low level Spice.get type methods fail with an...

There is an example in the README of creating a aws_key_pair with a private_key_path and public_key_path ``` aws_key_pair 'my-aws-key' do private_key_path "~boiardi/.ssh/my-aws-key.pem" public_key_path "~boiardi/.ssh/my-aws-key.pub" allow_overwrite false # Set to true...