Skip to content

Commit 575fd00

Browse files
committed
update README to reference Rails 5
1 parent a5af8e2 commit 575fd00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In no particular order:
4141
- Example of using the [react_on_rails gem](https://github.com/shakacode/react_on_rails) for easy react/webpack integration with Rails.
4242
- Example of React with [CSS Modules](http://glenmaddern.com/articles/css-modules) inside of Rails using Webpack as described in [Smarter CSS builds with Webpack](http://bensmithett.com/smarter-css-builds-with-webpack/).
4343
- Example of enabling hot reloading of both JS and CSS (modules) from your Rails app in development mode. Change your code. Save. Browser updates without a refresh!
44-
- Example of Rails 4.2 with ReactJs/Redux/React-Router with Webpack and ES7.
44+
- Example of Rails 5 with ReactJs/Redux/React-Router with Webpack and ES7.
4545
- Enabling development of a JS client independently from Rails using the [Webpack Dev Server](https://webpack.github.io/docs/webpack-dev-server.html). You can see this by starting the app and visiting http://localhost:4000
4646
- Enabling the use of npm modules and [Babel](https://babeljs.io/) with a Rails application using [Webpack](https://webpack.github.io/).
4747
- Easily enable retrofitting such a JS framework into an existing Rails app. You don't need a brand new single page app!
@@ -60,8 +60,8 @@ See package.json and Gemfile for versions
6060
1. [react-router-redux](https://github.com/reactjs/react-router-redux)
6161
1. [Webpack with hot-reload](https://github.com/webpack/docs/wiki/hot-module-replacement-with-webpack) (for local dev)
6262
1. [Babel transpiler](https://github.com/babel/babel)
63-
1. [Ruby on Rails 4.2](http://rubyonrails.org/) for backend app and comparision with plain HTML
64-
1. [Heroku for Rails 4.2 deployment](https://devcenter.heroku.com/articles/getting-started-with-rails4)
63+
1. [Ruby on Rails 5](http://rubyonrails.org/) for backend app and comparison with plain HTML
64+
1. [Heroku for Rails 5 deployment](https://devcenter.heroku.com/articles/getting-started-with-rails5)
6565
1. [Turbolinks 5](https://github.com/turbolinks/turbolinks)
6666

6767
# Basic Setup

0 commit comments

Comments
 (0)