From c251a7e8f9e6648796c8426255b88d63d3d6ed0d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 23 Feb 2026 18:47:11 -0600 Subject: [PATCH] Upgrade Framework to Rails 8.0 * Disable `Rails/StrongParametersExpect` cop. * Update configuration defaults. * Update the `db:await` task to use modern ActiveRecord API. Ref: AP-270 --- .idea/altmedia.iml | 38 ++++++---- .rubocop.yml | 7 +- Gemfile | 2 +- Gemfile.lock | 117 ++++++++++++++--------------- bin/dev | 2 + bin/setup | 9 ++- config/application.rb | 2 +- config/environments/development.rb | 27 +++---- config/environments/production.rb | 46 +++--------- config/environments/test.rb | 20 +---- config/puma.rb | 9 ++- lib/tasks/db.rake | 4 +- 12 files changed, 128 insertions(+), 155 deletions(-) create mode 100755 bin/dev diff --git a/.idea/altmedia.iml b/.idea/altmedia.iml index 088d39d6..59b3ebfb 100644 --- a/.idea/altmedia.iml +++ b/.idea/altmedia.iml @@ -31,17 +31,17 @@ - - - - - - - - - - - + + + + + + + + + + + @@ -65,7 +65,6 @@ - @@ -159,10 +158,10 @@ - + - + @@ -216,6 +215,7 @@ + @@ -238,9 +238,11 @@