Closed jasper-lyons closed 8 years ago
Unfortunately I can't merge it at this moment - 3 test are failing:
Figured out what my issue was.
The fixtures persisted in the db after my initial test runs and so when removing code form the test_helper and running test to see if things worked there was a hidden bug, the fixtures were not loaded.
Might be worth using a db cleaner? Either way, latest push should fix the things I broke!
Merged, thanks! :)
This request provided the ability for private keys to be provided as strings.
Use Case: When working with systems with ephemeral filesystems one would need to put the key file on the server, potentially committing it to git which is a fairly large security hole.
This means that you can safely use this plugin on Heroku.