Closed ysbaddaden closed 1 year ago
Hum, the Dockerfile
seems broken :thinking:
With this patch and the one from #931 then the twilio simulator is :tada:
I must still check whether it properly fallsback to the base URL :sweat_smile:
@matiasgarciaisaia updated with the default URL that also appears as placeholders:
From Surveda:
From Verboice:
:shipit:
@matiasgarciaisaia here comes the very last tweak (I promise): let's clean up the base url as we save it, if it's blank we save nil
otherwise we strip the string and chomp any trailing /
.
Since it's a #config_accessor
, I couldn't override #base_url=
so I reluctantly wrote a before_validation
callback.
I'm keeping the checks for null
, undefined
and blank strings in the Broker because they don't hurt.
Reverts the revert + adds a fix to the erlang broker that should hopefully be working (to be verified).
related to #879 closes #878 closes https://github.com/instedd/surveda/issues/2226