Conrad Schilbe

Results 5 issues of Conrad Schilbe

## Environment - Ruby **2.6** - Rails **6.0.4** - Simple Form **5.1.0** ## Current behavior When using active model attribute aliases, validation errors from the original field are not shown...

Resolves https://github.com/thoughtbot/ex_machina/issues/362 This PR introduces a configuration option to preserve dates when using the `string_params_for` function, making it a non breaking change for now. Add the following ``` config :ex_machina,...

### Current behavior Adding query_params to presigned url requires those to be sent as headers as well as query_params otherwise AWS complains of mismatched signatures. In the example: ``` ExAws.S3.presigned_url(ExAws.Config.new(:s3),...

## Why was this PR created In some cases, it is useful to be able to see the raw message including all headers. This is useful in debugging headers and/or...

## Problem In some cases, it is useful to be able to see the raw email message, potentially for debugging purposes. ## Expected behaviour It would be beneficial if there...