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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Install the gem, or load the js library
23
23
+`gem install reactive-ruby` or
24
24
+ install (or load via cdn) [inline-reactive-ruby.js](https://github.com/reactive-ruby/inline-reactive-ruby)
25
25
26
-
For gem installation its highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
26
+
For gem installation it is highly recommended to read [the getting started section at reactrb.org](http://reactrb.org/docs/getting-started.html)
27
27
28
28
## Quick Overview
29
29
@@ -50,7 +50,7 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
50
50
+*Ruby Goodness:* Use all the features of Ruby to create reusable, maintainable UI code
51
51
+*React Simplicity:* Nothing is taken away from the React.js model
52
52
+*Enhanced Features:* Enhanced parameter and state management and other new features
53
-
+*Plays well with Others:* Works with other frameworks, existing React.js components, Rails, Sinatra or in static web pages
53
+
+*Plays well with Others:* Works with other frameworks, React.js components, Rails, Sinatra and static web pages
54
54
55
55
# Problems, Questions, Issues
56
56
@@ -63,13 +63,13 @@ React.rb integrates well with Rails, Sinatra, and simple static sites, and can b
63
63
64
64
The original react.rb gem is still available as the [0-3-stable branch.](https://github.com/zetachang/react.rb/tree/0-3-stable)
65
65
66
-
Many new features, bug fixes, and improvements are incoporated in the reactive-ruby.gem built currently on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable)
66
+
Many new features, bug fixes, and improvements are incoporated in the reactive-ruby.gem currently built on the [0-7-stable branch.](https://github.com/zetachang/react.rb/tree/0-7-stable) In addtion more extensive documentation for the current stable branch is available at [reactrb.org](http://reactrb.org), and the [Opal Ruby Playground](http://fkchang.github.io/opal-playground/?code:&html_code=%3Cdiv%20id%3D%22container%22%3E%3C%2Fdiv%3E%0A&css_code=body%20%7B%0A%20%20background%3A%20%23eeeeee%3B%0A%7D%0A) incorporates the current stable branch.
67
67
68
-
Our plan is to do one more upgrade on the reactive-ruby gem which will be designated version 0.8.0.
68
+
Our plan is to do one more upgrade on the reactive-ruby gem which will be designated version 0.8.0 (click for detailed feature list)[https://github.com/zetachang/react.rb/milestones/0.8.x]
69
69
70
-
From 0.9.0 and beyond we will return to using the react.rb gem for releases, and reactive-ruby will be a meta gem that depends only on react.rb >= 0.9.x.
70
+
From 0.9.0 and beyond we will return to using the `react.rb` gem for releases, and `reactive-ruby` will be a meta gem that depends only on react.rb >= 0.9.x.
71
71
72
-
Version 0.9.0 of react.rb will **not**be 100% backward compatible with 0.3.0 so its very important to begin your upgrade process now by upgrading to 0.7.0.
72
+
Versions >= 0.7.0 of `react.rb`**are not** 100% backward compatible with 0.3.0 so its very important to begin your upgrade process now by switching to 0.7.0.
73
73
74
74
Please let us know either at [Gitter.im](https://gitter.im/zetachang/react.rb) or [via an issue](https://github.com/zetachang/react.rb/issues) if you have specific concerns with the upgrade from 0.3.0 to 0.9.0.
0 commit comments