大阪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).
bin/setup
bin/dev
open http://localhost:3000
rails test:all
以下のリンクから機能追加時の差分を見ることができます。
You can view the differences when adding features from the following link:
- Modalization of the registration screen
- Modalization of editing and deletion
- Toast display of flash messages
- Real-time updates of the blog
MIT License.