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

View File

@@ -89,14 +89,10 @@ Running
### Standalone Rails server + Apache proxy
Customize Puma config template:
Copy and customize Puma config template if required:
cp -a config/puma.rb.dist config/puma.rb
and specify server IP/port, either with `port` or `bind`, e.g.:
bind 'tcp://0.0.0.0:3000'
#### (option 1) Start server manually
bundle exec rails s -e production