2025-11-01から1ヶ月間の記事一覧
空文字を許容するのかしないのか混乱したので、メモっておきます。 my-app(dev):002> params = ActionController::Parameters.new(a: "") => #<ActionController::Parameters {"a" => ""} permitted: false> my-app:003(dev)> params.expect :a (my-app):3:in '<main>': param is missing or the value i</main></actioncontroller::parameters>…
GitHub - ridgepole/ridgepole: Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet) はSQLite3をサポートしていません。 READMEに0.6.0以降 Disable sqlite supp…
Window App SDKに一切依存していない、.Net Framework 4.8 のWindows FormsアプリケーションのClickOnceインストールでエラーが出ました。 詳細をみると Microsoft.UI.Windowing.Core.dll が見つからないため、コードの実行を続行できません。プログラムを再…