Skip to content

Commit ef06b96

Browse files
committed
More WebSocket-related content
1 parent cdbebdd commit ef06b96

File tree

8 files changed

+57
-1
lines changed

8 files changed

+57
-1
lines changed

app/content/data/articles.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: You Don't Need Rails to Start Using Hotwire
2+
url: https://www.akshaykhot.com/using-hotwire-without-rails/
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Cache API
3+
library: turbo
4+
---
5+
6+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
7+
<% page.with_title(title: current_page.data.fetch("title")) %>
8+
9+
https://github.com/hotwired/turbo/pull/949
10+
11+
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
12+
<% end %>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Stimulizer
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "mepatterson/stimulizer", "https://github.com/mepatterson/stimulizer", target: :_blank %><br>
9+
<% end %>

app/content/pages/ecosystem/websockets/anycable.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ title: AnyCable
77

88
<%= link_to "anycable/anycable", "https://github.com/anycable/anycable", target: :_blank %><br>
99
<%= link_to "anycable.io", "https://anycable.io", target: :_blank %><br>
10-
<%= link_to "Documentation", "https://docs.anycable.io/guides/hotwire", target: :_blank %><br>
10+
<%= link_to "Documentation", "https://docs.anycable.io/guides/hotwire", target: :_blank %><br><br><br>
11+
12+
<%= link_to "@anycable/turbo-stream", "https://github.com/anycable/anycable-client/tree/master/packages/turbo-stream", target: :_blank %><br>
13+
<%= link_to "anycable-rails", "https://github.com/anycable/anycable-rails", target: :_blank %><br>
1114
<% end %>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Cable Shared Worker
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "le0pard/cable-shared-worker", "https://github.com/le0pard/cable-shared-worker", target: :_blank %><br>
9+
<% end %>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Turbo Train
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "Uscreen-video/turbo-train", "https://github.com/Uscreen-video/turbo-train", target: :_blank %><br>
9+
<% end %>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: WebSocket Director
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "palkan/wsdirector", "https://github.com/palkan/wsdirector", target: :_blank %><br>
9+
<%= link_to "Blog Post", "https://evilmartians.com/chronicles/websocket-director-scenario-based-integration-tests-for-real-time-apps", target: :_blank %><br>
10+
<% end %>

app/content/pages/frameworks/rails/guides/turbo-test-helpers.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ library: turbo
77
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
88
<% page.with_title(title: current_page.data.fetch("title")) %>
99

10+
https://github.com/rails/rails/pull/48798
11+
1012
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
1113
<% end %>

0 commit comments

Comments
 (0)