Skip to content

JunichiIto/osrb03-hotwire-sandbox

Repository files navigation

osrb03-hotwire-sandbox

大阪Ruby会議03の登壇で使用するデモアプリです。

このアプリには以下の機能があります。

  • Hotwireを使ったモーダル形式のブログ編集画面
  • Hotwireを使ったフラッシュメッセージのトースト表示
  • HotwireとWebsocket(Action Cable)を使ったブログのリアルタイム更新

Demo application for the presentation at Osaka Ruby Conference 03.

This application has the following features:

  • Modal-style blog editing screen using Hotwire.
  • Toast display of flash messages using Hotwire.
  • Real-time updates of the blog using Hotwire and WebSockets (Action Cable).

Screenshots

Screenshot 2023-08-20 at 11 56 39 Screenshot 2023-08-20 at 11 56 51

9uCr0TEmZ0

Setup

bin/setup 
bin/dev
open http://localhost:3000

Test

rails test:all

Sample codes

以下のリンクから機能追加時の差分を見ることができます。

You can view the differences when adding features from the following link:

License

MIT License.