Gabriel Sobrinho

Results 179 comments of Gabriel Sobrinho

Merging #20 we can rebase this to merge cleanly.

Looking forward for this

@freshollie have you ever finished this? :)

Yep, it is a breaking change in terms of not testing the other side of the validator.

I don't recall why I added that but restoring it works just fine. Added a new PR: https://github.com/igorkasyanchuk/active_storage_validations/pull/173

I think `You must not create or offer a "wrapper" for the Service` means you cannot create a service that wraps the the Google Maps, it isn't related to the...

What I did here is that: ```js $(".select2").select2({ sorter: function(data) { var filteredData = [] $.each(data, function () { if (!this.element.hidden) { filteredData.push(this) } }) return filteredData } }); ```...