Open3
Ruby on Rails
ESbuild
esbuildのコンパイルをcommandからではなくjsfileから行うと以下エラーになる。
OptionParser::AmbiguousOption: ambiguous option: -b
一時的対処
Procfileでesbuildを走らせないようにする
Pure HTML DELETE Method
not using turbo
<form action={destroy_user_session_path} method="post">
<input type="hidden" name="_method" value="delete" />
<button type="submit" color="inherit" >SignOut</button>
<input type="hidden" name="authenticity_token" value={authenticity_token} />
</form>