Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Update to React On Rails v6 #287

Merged
merged 1 commit into from
May 20, 2016
Merged

WIP Update to React On Rails v6 #287

merged 1 commit into from
May 20, 2016

Conversation

justin808
Copy link
Member

@justin808 justin808 commented May 10, 2016

This PR is an example of updating from 5.2 to 6.0 of React on Rails.

This change is Reviewable

@@ -1,30 +0,0 @@
# lib/tasks/assets.rake
Copy link
Member Author

@justin808 justin808 May 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPGRADE NOTE: Note, we removed this WHOLE file!

@@ -33,6 +33,8 @@
"build:dev:client": "webpack -w --config webpack.client.rails.build.config.js",
"build:dev:server": "webpack -w --config webpack.server.rails.build.config.js",
"build:server": "webpack --config webpack.server.rails.build.config.js",
"build:test": "npm run build:client && npm run build:server",
"build:production": "npm run build:production:client && npm run build:production:server",
Copy link
Member Author

@justin808 justin808 May 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPGRADE NOTE: Be sure to create 2 npm tasks like this. The first one, build:test is for building the assets for running tests. The second one build:production if for building assets before the precompile step. This MUST correspond to your config/initializers/react_on_rails.rb.

* update travis to ruby 2.3.1
"version": "3.0.4",
"from": "acorn@>=3.0.4 <4.0.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.0.4.tgz"
"version": "3.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UPGRADE NOTE: Do not worry about the diffs in this file. You will update this when you run npm i and maybe npm shrinkwrap. You will probably rm -rf node_modules. All those commands are to be run from the /client dir.

@justin808 justin808 deleted the update-to-ror-6 branch May 24, 2016 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant