#author("2026-05-19T23:21:58+00:00","default:yoya","yoya")
#author("2026-05-22T07:21:30+00:00","default:yoya","yoya")
- [[Rails/Graphics]]
- [[Rails/GraphQL]]

* Credintial [#j4061d4e]


- Railsで秘密情報を管理するためのcredentials.ymlの登録と運用についてまとめる
--  https://qiita.com/matsuken314/items/c85e285b1e008d127cb0
- Rails5.2から追加された credentials.yml.enc のキホン
--  https://qiita.com/NaokiIshimura/items/2a179f2ab910992c4d39

* Server-Sent-Events (SSE) [#SSE]

- SSE ([[ServerSentEvents]])

- Action Controller Live Server Sent Events
--  https://api.rubyonrails.org/classes/ActionController/Live/SSE.html

-  ActionController::Live
--  https://www.techscore.com/tech/Ruby/rails-4.0/actioncontroller-live/

- 【Rails × SSE】AIレスポンスをリアルタイムで表示するアプリ開発ログ
--  https://zenn.dev/ryu_it/articles/87106e0f8c3646

- ReactでServer-Sent-Eventsでリアルタイムにレスポンスを表示する
--  https://qiita.com/tashxii/items/fba57ccfa2705356ac26
---   Goで Bedrock 接続 https://qiita.com/tashxii/items/09b866a25ca1aec187e8

* 関連 [#rel]

- [[Rails/ActionCable]]