From 796afec9487534493f43f640951907d3195f6de4 Mon Sep 17 00:00:00 2001 From: ujihisa Date: Sun, 9 May 2021 15:47:00 -0700 Subject: [PATCH 1/3] Trivial typofix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb639784..d1a0597c2 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ $ rails webpacker:install $ rails webpacker:install:react $ rails generate react:install ``` -Note: For Rails 6, You don't need to add `javascript_pack_tag` as in Step 4. Since its already added by default. +Note: For Rails 6, You don't need to add `javascript_pack_tag` as in Step 4. Since it's already added by default. ###### Rails 5.x: ``` From 0da6ea64a130b2704f1294d11410478436a2183c Mon Sep 17 00:00:00 2001 From: ujihisa Date: Thu, 3 Jun 2021 08:37:14 -0700 Subject: [PATCH 2/3] Add unnecessary commit just to trigger the CI again * https://github.com/reactjs/react-rails/pull/1121 * Unfortunately I don't have a permission to rerun the build, and nobody reacted this pull request... * https://travis-ci.org/github/reactjs/react-rails/builds/770358446?utm_source=github_status&utm_medium=notification --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1a0597c2..96993a505 100644 --- a/README.md +++ b/README.md @@ -716,3 +716,4 @@ By contributing to React-Rails, you agree to abide by the [code of conduct](http You can always help by submitting patches or triaging issues, even offering reproduction steps to issues is incredibly helpful! Please see our [Contribution guide](https://github.com/reactjs/react-rails/blob/master/CONTRIBUTING.md) for more info. + From d5092f5687f3d5f91147bfeb74ecd19bf743177d Mon Sep 17 00:00:00 2001 From: ujihisa Date: Thu, 3 Jun 2021 08:37:23 -0700 Subject: [PATCH 3/3] Revert "Add unnecessary commit just to trigger the CI again" This reverts commit 0da6ea64a130b2704f1294d11410478436a2183c. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 96993a505..d1a0597c2 100644 --- a/README.md +++ b/README.md @@ -716,4 +716,3 @@ By contributing to React-Rails, you agree to abide by the [code of conduct](http You can always help by submitting patches or triaging issues, even offering reproduction steps to issues is incredibly helpful! Please see our [Contribution guide](https://github.com/reactjs/react-rails/blob/master/CONTRIBUTING.md) for more info. -