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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: source/installation.html.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,11 @@ This is another great way to experiment with Reactrb. You don't need any setup
24
24
25
25
## With Rails
26
26
27
-
Reactrb works great with new or existing rails apps, and Reactrb plays well with other frameworks, so
28
-
its pain free to introduce React to your application.
27
+
Reactrb works great with new or existing rails apps, and Reactrb plays well with other frameworks, so its pain free to introduce React to your application.
29
28
30
-
**We recommend you use the [`reactrb-rails-generator`](https://github.com/reactrb/reactrb-rails-generator) gem to do a transparent install of everything you need in a new or existing rails app.**
29
+
We recommend you use the [reactrb-rails-generator](https://github.com/reactrb/reactrb-rails-generator) gem to do a transparent install of everything you need in a new or existing rails app.
30
+
31
+
**Rails 5:** The generator does not support Rails 5 yet. This will be coming soon. If you are using Rails 5 and need help with installing Hyperloop please contact us on [gitter.im](https://gitter.im/reactrb/chat)
31
32
32
33
Within a Rails app React Components are by convention stored in the `app/views/components` directory.
0 commit comments