-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrade from Webpacker 3 to Shakapacker 7 and React-Rails 3 #1
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
Changes from 23 commits
9aa9558
70e8944
322861a
25ef38a
d6428ae
48326da
ff5d04e
23ab422
48f7786
347eafb
1e2659e
54915f2
e3c7de6
d8c7bfc
1eab234
cc0fabc
4df48ae
49a4a32
52f4470
e5d2acc
3a8fbf5
b3fed47
79c09c8
cb7d90d
612294b
1199ea1
5d1aa6b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ | |
|
||
/node_modules | ||
/yarn-error.log | ||
yarn-debug.log* | ||
.yarn-integrity | ||
|
||
.byebug_history | ||
/public/packs | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
14 | ||
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,19 @@ git_source(:github) do |repo_name| | |
"https://github.com/#{repo_name}.git" | ||
end | ||
|
||
|
||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '~> 5.1.4' | ||
gem "rails", "~> 5.2" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. v6? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All in one PR? |
||
# Use sqlite3 as the database for Active Record | ||
gem 'sqlite3' | ||
# Use Puma as the app server | ||
gem 'puma', '~> 4.3' | ||
# Use SCSS for stylesheets | ||
gem 'sass-rails', '~> 5.0' | ||
# gem 'sassc-rails' | ||
ahangarha marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# Use Uglifier as compressor for JavaScript assets | ||
gem 'uglifier', '>= 1.3.0' | ||
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker | ||
gem 'webpacker' | ||
# Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker | ||
gem 'shakapacker', '7.0.2' | ||
# See https://github.com/rails/execjs#readme for more supported runtimes | ||
# gem 'therubyracer', platforms: :ruby | ||
|
||
|
@@ -51,4 +51,4 @@ end | |
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
gem "react-rails" | ||
gem "react-rails", '= 3.0.0.rc.0' |
Uh oh!
There was an error while loading. Please reload this page.