David Jones
David Jones
Hey, thanks for this project. It came in handy for me today. I'm using it to encrypt/decrypt some binary data, rather than strings, so these extensions are exactly what I...
This PR allows users to log extra environment information to the oink.log, if environment keys are specified. If an optional `env_vars` array is passed to the middleware, the logs will...
PeepOpen does not function properly on most types of disk images. The error message it gives is: "Couldn't Find Files - Try another directory or see the project root pattern...
Type is a reserved word, so setting it in model.attributes doesn't work. Adding the following line just above new_model.id = model.id should do the trick: new_model[:type] = model[:type] if model[:type].present?
Thanks, this is just what I needed, but one note; on SQL Server as the production DB (at least in version 2005), if there are more records in a single...