rails 8.0.2 to 8.1. lograte for logging.

This commit is contained in:
Christoph Haas 2026-02-25 00:09:25 +01:00
parent 4e0858ccbe
commit 9236af0712
20 changed files with 536 additions and 321 deletions

13
bin/dev
View file

@ -1,11 +1,2 @@
#!/usr/bin/env sh
if gem list --no-installed --exact --silent foreman; then
echo "Installing foreman..."
gem install foreman
fi
# Default to port 3000 if not specified
export PORT="${PORT:-3000}"
exec foreman start -f Procfile.dev --env /dev/null "$@"
#!/usr/bin/env ruby
exec "./bin/rails", "server", *ARGV