Open
Conversation
ec11bf6 to
caeec4e
Compare
f022c1c to
d150f1d
Compare
marsz
requested changes
Jun 30, 2022
Gemfile
Outdated
| gem 'tyr', path: 'tyr' | ||
|
|
||
| gem 'activerecord-postgis-adapter' | ||
| gem 'activerecord-postgis-adapter', '~> 7.1' |
Member
There was a problem hiding this comment.
其實 tyr.gemspec 裡面已經有了
應該以 tyr 的為主, rails 本身就不用再追加這個 gem 了
marsz
reviewed
Jun 30, 2022
app/assets/config/manifest.js
Outdated
| //= link favicon/manifest.json | ||
| //= link favicon/browserconfig.xml | ||
| //= link application.js | ||
| //= link application.css No newline at end of file |
Member
|
@telsaiori 我看了一下 railsdiff https://railsdiff.org/5.2.8/6.1.6
|
fdd12bd to
d56ce1e
Compare
Collaborator
Author
那些是我的編輯器會自動產生的東西不小心把他丟上來,我砍掉了。
1.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rails 版本: 6.1.6
ruby 版本: 3.0.4
bundle update redis,解決想要跑任何東西都會跳下面錯誤bundle update railsFix Gemfile dependencies
activerecord-postgis-adapter改用'activerecord-postgis-adapter', '~> 7.1'gem 'bootsnap', '>= 1.12.0', require: false來修正問題app/assets/config/manifest.js檔,解決Expected to find a manifest file錯誤,並新增以下到manifest檔案裡面DEPRECATION WARNING: action_view.raise_on_missing_translations is deprecated: test.rb 改成config.i18n.raise_on_missing_translations = true