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
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@
7
7
8
8
# react-rails
9
9
10
-
> ## react-rails version disclaimer
11
-
12
-
> ***This README is for `1.x` branch which is still in development. Please switch to latest `0.x` branch for stable version.***
13
-
14
-
> ***Additionally: `0.x` branch directly follows React versions, `1.x` will not do so.***
15
10
16
11
`react-rails` makes it easy to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails (3.1+) application. `react-rails` can:
17
12
@@ -26,12 +21,7 @@
26
21
Add `react-rails` to your gemfile:
27
22
28
23
```ruby
29
-
# Gemfile
30
-
# If you missed a warning at the top of this README - this is still in development
31
-
# which means the latest is not pushed to rubygems.org or tagged as a version. Live
0 commit comments