Hitsuji_monのブログ~ 村上春樹のあれ ~

文学好きな組み込み系エンジニア

2019-12-17から1日間の記事一覧

ブラウザでTurbolinkのWarnigが出たとき

TurbolinkのWarning問題状況 ブラウザの検証ツールで見ると、次のようなWarnigが出る You are loading Turbolinks from a <script> element inside the <body> element. This is probably not what you meant to do! Load your application’s JavaScript bundle inside the <head></head></body>…

api-keyを使ったAppをデプロイするときの注意

メモapi-keyはどうやって秘匿されているんだっけ? 根本となるkeyデータ: config/master.keyに記述されている gitにはpushされない: デフォルトでgitignoreに指定が行われている master.keyを秘匿化したkey : credentials.yml.enc こちらはgitへpushされる …