emolog

脳内メモです。

2021-01-26から1日間の記事一覧

githubをslack連携するときのメモ

qiita.com を参考にした。slack_appが入っている前提 slackで以下のコマンド /github subscribe owner/repo githubに飛んで、特定branchのインテグレーションを許可 全部とりあえず通知する /github subscribe owner/repo reviews,comments,branches,commits…

rails newするときのオプションのメモ

よく忘れるのでメモ helpを見ましょう $ bundle exec rails help Usage: rails new APP_PATH [options] Options: [--skip-namespace], [--no-skip-namespace] # Skip namespace (affects only isolated applications) -r, [--ruby=PATH] # Path to the Ruby …