Follow up of #6925
From the discord server, it looks like the Rails 8.0 work is live. With that, we can proceed with the followup:
Once Rails 8 is up and running, we can later update the config.load_defaults to 8.0. It should fix this deprecation warning: "DEPRECATION WARNING: to_time will always preserve the full timezone rather than offset of the receiver in Rails 8.1. To opt in to the new behavior, set config.active_support.to_time_preserves_timezone = :zone. (called from <top (required)> at /home/runner/work/casa/casa/config/environment.rb:5)".
This issue is for updating the config only. I will create a separate issue to upgrade to Rails 8.1.
Follow up of #6925
From the discord server, it looks like the Rails 8.0 work is live. With that, we can proceed with the followup:
Once Rails 8 is up and running, we can later update the config.load_defaults to 8.0. It should fix this deprecation warning: "DEPRECATION WARNING: to_time will always preserve the full timezone rather than offset of the receiver in Rails 8.1. To opt in to the new behavior, set config.active_support.to_time_preserves_timezone = :zone. (called from <top (required)> at /home/runner/work/casa/casa/config/environment.rb:5)".
This issue is for updating the config only. I will create a separate issue to upgrade to Rails 8.1.