interprism's blog

インタープリズム株式会社の開発者ブログです。

2021-05-13から1日間の記事一覧

IntelliJ IDEA を git-difftool で使う

要点 以下の感じの Git 設定を追加して [difftool "idea"] cmd = /Applications/IntelliJ\\ IDEA\\ CE.app/Contents/MacOS/idea diff nosplash dontReopenProjects disableNonBundledPlugins $LOCAL $REMOTE [difftool "ideafg"] cmd = /Applications/Intell…

Apache-PassengerEnabled と Nginx-passenger_enabled 設定の挙動の違い

要点 デフォルト値が異なる. Apache PassengerEnabled はデフォルト on Nginx passenger_enabled はデフォルト off 使い方も違ってくる. 必須の設定は Apache の Passenger 不要なコンテクストで PassengerEnabled off Nginx の Passenger 必要なコンテクス…

PAGE TOP