Skip to content

Demo app for the presentation at Osaka Ruby Conference 03.

License

Notifications You must be signed in to change notification settings

morikiyo/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.

About

Demo app for the presentation at Osaka Ruby Conference 03.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.4%
  • HTML 19.6%
  • SCSS 5.1%
  • JavaScript 4.7%
  • CSS 2.7%
  • Shell 0.3%
  • Procfile 0.2%