You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This README would normally document whatever steps are necessary to get the
4
-
application up and running.
3
+
This app demonstrates some ways to deal with user specific content that appears within global pages in a Rails application. Real time content updates are handled by turbo-rails.
5
4
6
-
Things you may want to cover:
5
+
* The `main` branch uses `broadcast_replace_to` with lazy loaded turbo frames
6
+
* The `turbo-morph` branch uses `broadcast_refresh_to` with `morph`
0 commit comments