Upgrade Rails to 8.0.5

Install sqlite3
Migrate Rails default settings from 7.2 to 8.0
This commit is contained in:
2026-04-23 17:39:15 +02:00
parent a05767213c
commit 97e7bfedf7
16 changed files with 248 additions and 275 deletions

2
bin/dev Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env ruby
exec "./bin/rails", "server", *ARGV