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

Changes support version and Drops support for classic loader #81

Merged
merged 4 commits into from
May 8, 2024

Conversation

eudoxa
Copy link
Contributor

@eudoxa eudoxa commented Apr 26, 2024

#79 のPRで行おうとした下記の変更のうち、2に加え、提案のあった「Classicモードの削除」を追加したPRです。

  1. generatorの修正 fix generator code #80 (このPRマージ後にDraftを外します)
  2. 対応バージョンの変更
  3. v3.0.0の準備

また、上記のPRでは含まなかったものの、Modelの拡張も利用実績がないことを利用にv3.0.0で一緒に廃止をしようと思い、削除PRを作成しました。こちらもマージ後にDraftを外します。 #82

@cookpad/infra レビューをお願いします

@eudoxa eudoxa marked this pull request as draft April 26, 2024 06:03
@eudoxa eudoxa force-pushed the change_support_version branch 3 times, most recently from 4c707fa to 3853479 Compare April 26, 2024 07:42
@eudoxa eudoxa marked this pull request as ready for review April 26, 2024 08:19
@eudoxa eudoxa changed the title change support version Changes support version and Drops support for classic loader Apr 26, 2024
@eudoxa eudoxa requested a review from a team April 26, 2024 08:44
Comment on lines 20 to 21
autoloader:
- "zeitwerk"

Choose a reason for hiding this comment

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

nit: matrix.autoloader の利用箇所がもう無いので、ここは全部削除できます。

gem 'rails', '~> 5.0.0'
gem 'sqlite3', '~> 1.3.6'
gem 'rails', '~> 7.0.0'
gem "sqlite3", "~> 1.4"

Choose a reason for hiding this comment

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

nit: double quotes になっていて揃っていないのが気になります。Rails 7.1 の方も同様です。

@eudoxa eudoxa merged commit ba10ef7 into cookpad:master May 8, 2024
18 checks passed
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.

2 participants