Matheus Richard
Matheus Richard
cc @igrigorik, @dorianmariefr
Once this gets merged, I can rerun #358 to confirm the fix.
@lawrence-forooghian yes!
Should we close this issue? cc @carlosantoniodasilva
@afcapel, any chance this can be re-evaluated? It is a common pain when working with Trix. Is there anything we can do to move this forward somehow?
I guess you could hide it with CSS: ```css .choices[data-type*=select-one]::after { display: none; } ```
@stevepolitodesign yes! I forgot to attach the code for it: ```sh #!/usr/bin/env sh # Magic happens here if command -v overmind &> /dev/null then overmind start -f Procfile.dev "$@" exit...
@stevepolitodesign In those cases, I'd say the developer could disable it on a model/association basis. That being said, we could enable make it just log errors, instead of raising them...
Worth noting rspec still doesn't support parallel testing by default.
My stats: I have never worked with a client using Minitest. I've seen some usage on gems.