We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f58e2 commit f1516cdCopy full SHA for f1516cd
README.md
@@ -74,6 +74,16 @@ gem 'react-rails'
74
```
75
76
##### 3) Now run the installers:
77
+
78
+###### Rails 6.x:
79
+```
80
+$ bundle install
81
+$ rails webpacker:install:react
82
+$ rails generate react:install
83
84
+Note: For Rails 6, You don't need to add `javascript_pack_tag` as in Step 4. Since its already added by default.
85
86
+###### Rails 5.x:
87
88
$ bundle install
89
$ rails webpacker:install # OR (on rails version < 5.0) rake webpacker:install
@@ -658,7 +668,7 @@ yarn install
658
668
### Undefined Set
659
669
660
670
ExecJS::ProgramError (identifier 'Set' undefined):
661
-
671
662
672
(execjs):1
663
673
664
674
If you see any variation of this issue, see [Using TheRubyRacer](#using-therubyracer)
0 commit comments