File tree 7 files changed +3624
-1148
lines changed
7 files changed +3624
-1148
lines changed Original file line number Diff line number Diff line change 1
- 0.12.7
1
+ 5.0
Original file line number Diff line number Diff line change 1
- 2.2.2
1
+ 2.2.3
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby "2.2.2 "
2
+ ruby "2.2.3 "
3
3
4
4
#
5
5
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
Original file line number Diff line number Diff line change 43
43
ast (2.1.0 )
44
44
astrolabe (1.3.1 )
45
45
parser (~> 2.2 )
46
- autoprefixer-rails (6.0.3 )
46
+ autoprefixer-rails (6.1.0.1 )
47
47
execjs
48
48
json
49
49
awesome_print (1.6.1 )
68
68
bundler-audit (0.4.0 )
69
69
bundler (~> 1.2 )
70
70
thor (~> 0.18 )
71
- byebug (5.0.0 )
72
- columnize (= 0.9.0 )
71
+ byebug (8.0.0 )
73
72
capybara (2.5.0 )
74
73
mime-types (>= 1.16 )
75
74
nokogiri (>= 1.3.3 )
92
91
coffee-script-source
93
92
execjs
94
93
coffee-script-source (1.9.1.1 )
95
- columnize (0.9.0 )
96
94
connection_pool (2.2.0 )
97
95
coveralls (0.8.3 )
98
96
json (~> 1.8 )
155
153
coderay (~> 1.1.0 )
156
154
method_source (~> 0.8.1 )
157
155
slop (~> 3.4 )
158
- pry-byebug (3.2 .0 )
159
- byebug (~> 5 .0 )
156
+ pry-byebug (3.3 .0 )
157
+ byebug (~> 8 .0 )
160
158
pry (~> 0.10 )
161
159
pry-doc (0.8.0 )
162
160
pry (~> 0.9 )
@@ -205,10 +203,10 @@ GEM
205
203
raindrops (0.15.0 )
206
204
rake (10.4.2 )
207
205
rdoc (4.2.0 )
208
- react_on_rails (1.0.0.pre )
206
+ react_on_rails (1.0.1 )
209
207
connection_pool
210
208
execjs (~> 2.5 )
211
- rails (>= 4.0 )
209
+ rails (>= 3.2 )
212
210
ref (2.0.0 )
213
211
rest-client (1.8.0 )
214
212
http-cookie (>= 1.0.2 , < 2.0 )
307
305
unf (0.1.4 )
308
306
unf_ext
309
307
unf_ext (0.0.7.1 )
310
- unicorn (4.9 .0 )
308
+ unicorn (5.0 .0 )
311
309
kgio (~> 2.6 )
312
310
rack
313
311
raindrops (~> 0.7 )
Original file line number Diff line number Diff line change 1
- < h2 > Using React (no Flux framework) + Rails Backend (with react_on_rails gem)</ h2 >
1
+ < h2 > Using React (no Flux framework) + Rails Backend (with
2
+ < a href ="https://github.com/shakacode/react_on_rails "> react_on_rails gem</ a > )</ h2 >
2
3
< p > This example is much simpler than the one using React + Redux and is appropriate when:</ p >
3
4
< ul >
4
5
< li > No or minimal MVC</ li >
5
6
< li > No async necessary</ li >
7
+ < li > No server rendering</ li >
8
+ < li > No pre-population of props</ li >
6
9
</ ul >
7
10
< hr />
8
11
You can’t perform that action at this time.
0 commit comments