From e6f51aae13a7cac654d18a04f22203e9c68b1a33 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sun, 6 Apr 2025 17:52:03 -1000 Subject: [PATCH 1/2] Add shakapacker --- app/views/pages/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/pages/index.html.erb b/app/views/pages/index.html.erb index 99bb4245e..b76f6f679 100644 --- a/app/views/pages/index.html.erb +++ b/app/views/pages/index.html.erb @@ -1,6 +1,7 @@

<%= link_to "Open Source example", "https://github.com/shakacode/react-webpack-rails-tutorial/" %> of using the <%= link_to "React on Rails gem", "https://github.com/shakacode/react_on_rails" %> + and the <%= link_to "Shakapacker gem", "https://github.com/shakacode/shakapacker" %>

Using <%= link_to "Ruby on Rails", "http://rubyonrails.org/" %> with <%= link_to "Action Cable", "http://guides.rubyonrails.org/action_cable_overview.html" %> + From a3381415ffae1f70021e3df4367d0fdc9ab0415b Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Sun, 6 Apr 2025 18:09:02 -1000 Subject: [PATCH 2/2] add hr --- .../components/CommentBox/CommentList/Comment/Comment.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx b/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx index cd88fa3f1..e9ca50b54 100644 --- a/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx +++ b/client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx @@ -19,6 +19,7 @@ const Comment = React.forwardRef((props, ref) => {

{author}

+
); });