File tree 4 files changed +13
-5363
lines changed
4 files changed +13
-5363
lines changed Original file line number Diff line number Diff line change 15
15
- CXX=g++-4.9
16
16
install :
17
17
- bundle install
18
- - nvm install 5.0
19
- - nvm use 5.0
18
+ - nvm install 5.5
19
+ - nvm use 5.5
20
20
- npm install
21
21
before_script :
22
22
- export DISPLAY=:99.0
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ See package.json and Gemfile for versions
56
56
1 . [ React] ( http://facebook.github.io/react/ ) (for front-end app)
57
57
1 . [ react-bootstrap] ( https://react-bootstrap.github.io/ )
58
58
1 . [ bootstrap-loader] ( https://www.npmjs.com/package/bootstrap-loader/ )
59
- 1 . [ Redux] ( https://github.com/rackt/redux )
59
+ 1 . [ Redux] ( https://github.com/reactjs/redux )
60
+ 1 . [ react-router] ( https://github.com/reactjs/react-router )
61
+ 1 . [ react-router-redux] ( https://github.com/reactjs/react-router-redux )
60
62
1 . [ Webpack with hot-reload] ( https://github.com/webpack/docs/wiki/hot-module-replacement-with-webpack ) (for local dev)
61
63
1 . [ Babel transpiler] ( https://github.com/babel/babel )
62
64
1 . [ Ruby on Rails 4.2] ( http://rubyonrails.org/ ) for backend app and comparision with plain HTML
Original file line number Diff line number Diff line change 1
- < h2 > Using React (Server rendering) + Redux + React Router + Rails Backend (using the
2
- < a href ="https://github.com/shakacode/react_on_rails "> react_on_rails gem</ a > )</ h2 >
3
- < h3 > Now with
4
- <%= link_to "react-router-redux" , "https://github.com/reactjs/react-router-redux" %> !
1
+ < h2 >
2
+ Featuring the <%= link_to "React on Rails gem" , "https://github.com/shakacode/react_on_rails" %>
3
+ </ h2 >
4
+ < h3 > Using <%= link_to "Ruby on Rails" , "http://rubyonrails.org/" %> with
5
+ <%= link_to "React" , "http://facebook.github.io/react/" %> (Server rendering) +
6
+ <%= link_to "Redux" , "https://github.com/reactjs/redux" %> +
7
+ <%= link_to "React Router" , "https://github.com/reactjs/react-router" %> +
8
+ <%= link_to "react-router-redux" , "https://github.com/reactjs/react-router-redux" %>
5
9
</ h3 >
6
10
<%= render "header" %>
7
11
You can’t perform that action at this time.
0 commit comments