From c1ed0b250650ab6c748e0c1969243e9e69d05f35 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Thu, 14 Nov 2024 14:52:52 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=BC=8F=E3=83=96=E3=83=AD=E3=82=B0?= =?UTF-8?q?=E3=82=88=E3=82=8A=20Rails=208.0=20=E6=B3=A8=E7=9B=AE=E3=83=9D?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=83=88=E3=82=92=E4=B8=80=E9=83=A8=E6=8A=9C?= =?UTF-8?q?=E7=B2=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cf. https://rubyonrails.org/2024/11/7/rails-8-no-paas-required --- guides/source/ja/8_0_release_notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/guides/source/ja/8_0_release_notes.md b/guides/source/ja/8_0_release_notes.md index fc1d9d01f47..a1ae401b304 100644 --- a/guides/source/ja/8_0_release_notes.md +++ b/guides/source/ja/8_0_release_notes.md @@ -3,6 +3,17 @@ Ruby on Rails 8.0 リリースノート Rails 8.0の注目ポイント: +- [Kamal 2](https://kamal-deploy.org/) や [Thruster](https://github.com/basecamp/thruster) を使った PaaS 不要のデプロイにも対応 +- [アセットパイプライン](/asset_pipeline.html)のデフォルトを [Sprockets](https://github.com/rails/sprockets) から [Propshaft](https://github.com/rails/propshaft) へ +- [認証機能ジェネレータ](https://github.com/rails/rails/issues/50446)の追加: `rails generate authentication` +- [SQLite](https://www.sqlite.org/) で本番環境用データベースも[構築可能に](https://www.google.com/search?q=Rails+8+SQLite) +- [SQLite](https://www.sqlite.org/) のみで非同期処理、キャッシュ、WebSoecket などを実装可能に: + - SQLite のみで非同期処理が可能になる [Solid Queue](https://github.com/rails/solid_queue) + - SQLite のみでキャッシュが可能になる [Solid Cache](https://github.com/rails/solid_cache) + - SQLite のみでWebSocketが実装できる [Solid Cable](https://github.com/rails/solid_cable) + +訳注: [Railsの公式ブログ](https://rubyonrails.org/2024/11/7/rails-8-no-paas-required)より注目ポイントを一部抜粋しています。 + -------------------------------------------------------------------------------- Rails 8.0にアップグレードする