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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# React Chat
2
2
3
-
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a tutorial on [Learnetto](https://learnetto.com).
3
+
A chat app built with React.js and ActionCable in Ruby on Rails 5.1, built as part of a 2-part tutorial on [Learnetto](https://learnetto.com):
4
+
5
+
[How to build a chat app with Rails 5.1 ActionCable and React.js Part 1](https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-1)
6
+
7
+
[How to build a chat app with Rails 5.1 ActionCable and React.js Part 2](https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-2)
4
8
5
9
[See a live demo here](https://reactrooms.herokuapp.com)
Copy file name to clipboardExpand all lines: app/views/layouts/chatrooms.html.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
<body>
16
16
<divclass="adbar">
17
-
<%=link_to"Learn how to build this chat app with React.js and Ruby on Rails","https://learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course"%>
17
+
<%=link_to"Learn how to build this chat app with React.js and Ruby on Rails","https://learnetto.com/tutorials/how-to-build-a-chat-app-with-rails-5-1-actioncable-and-react-js-part-1"%>
0 commit comments