Ollie Haydon-Mulligan

Results 5 comments of Ollie Haydon-Mulligan

Here you are: https://github.com/ollieh-m/message-board-angular-rails-entangled/tree/message-board-mysql I've checked on this branch and the same problem is happening. Any explanation or help would be really appreciated.

I was having a similar issue where images in S3 were being identified by the file_content_type_validator as of type `application/octstream`. I found that when the validator deferred to `value.content_type`, the...

Hi. I noticed this via rails/rails#35319 and thought I might chip in: > grab all of the connections that relate to a single channel My understanding is that we can...

I've encountered this issue trying to validate that a valid nested property (user) is set on a parent form. If I pass in `'user' => {email: '', name: ''}` the...

Thanks @fran-worley. I'm not using dry-validation but I guess that's another reason to make the leap. I have got round the validation issue by just validating that user is present...