Upgrade Rails to 8.1.3

This commit is contained in:
2026-05-03 17:48:30 +02:00
parent c4def9cd86
commit 78639b4c1e
12 changed files with 113 additions and 78 deletions

6
bin/ci Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env ruby
require_relative "../config/boot"
require "active_support/continuous_integration"
CI = ActiveSupport::ContinuousIntegration
require_relative "../config/ci.rb"

0
bin/fixinme.service.dist Normal file → Executable file
View File

View File

@@ -22,6 +22,7 @@ FileUtils.chdir APP_ROOT do
puts "\n== Preparing database =="
system! "bin/rails db:prepare"
system! "bin/rails db:reset" if ARGV.include?("--reset")
puts "\n== Removing old logs and tempfiles =="
system! "bin/rails log:clear tmp:clear"