docs
docs copied to clipboard
Our scripts add a system symlink from `flyctl` to `fly`. See #555
`rails new` creates a database with default sqlite3, but the guide says to use postgres. This results in a missing table `names` after launching with the scaffolded resource. consider using...
### Summary of changes Add a notice about dockerfile-rails gem ### Related Fly.io community and GitHub links Update the `Update` section here: https://fly.io/docs/rails/getting-started/dockerfiles/#updates ### Notes If you have a Rails...
Hi all, [This section](https://fly.io/docs/reference/configuration/#services-http_checks) may be wrong or outdated. It states: > Roughly translated, this section says every ten seconds, perform an HTTP GET on the root path (e.g. http://appname.fly.dev/)...
### Summary of changes Nuked the flyctl page for cli command turboku ### Related Fly.io community and GitHub links n/a if none ### Notes n/a if none
 A common usage pattern for docs sites is to split a screen between the docs and the code. Or a terminal. On the Fly docs, the nav shows, making...
### Summary of changes ### Related GitHub and Fly.io community links n/a if none ### Notes n/a if none
While following https://fly.io/docs/laravel/: - There's no link to PHP download page - When I try to run `php artisan serve` the first time, I get an error about `vendor/autoload.php` I...