Sam Ruby

Results 31 issues of Sam Ruby

Background: Rails 7.1 will be adding health checks. I work for Fly.io as a Rails Speciality and would like to make Fly.io automatically detect the presence of health checks and...

See https://community.fly.io/t/starting-a-rails-console-session-fails/12582 for details.

Not urgent, but this work should be planned for. Summary * Vue.js version 3 was [released](https://github.com/vuejs/vue-next/releases/tag/v3.0.0?ref=madewithvuejs.com) in September of 2020. It is not exaggerating much to say that pretty much...

See: https://community.fly.io/t/vite-not-found-on-ci-deploy-from-github/13064 Best solution is likely to install nginx and copy the build output to `/usr/share/nginx/html`.

Quick evaluation of strapi: vanilla node project, defaulting to sqlite3 via the better-sqlite3 npm module.. If sqlite3 is used, we will want to place that database on a volume, and...

See: https://community.fly.io/t/module-express-not-found-when-trying-to-deploy-express-application/12758 It looks like it would be helpful to have a flag to specify which application, and that flag will be used to supply a filter (in the pnpm...

Inspiration: https://community.fly.io/t/panic-open-usr-src-app-templates-add-match-html-no-such-file-or-directory/20338/

It would be great if there was an environment variable FLY_CONFIG that functions similarly to FLY_APP, except it points to the config file and saves having to use -c flags...

enhancement

From https://community.fly.io/t/fly-config-in-your-choice-of-formats-toml-yaml-or-json/20017/7 : > I wish flyctl would actually go further and also complain ahead of time about settings combinations that other parts of the Fly infrastructure will consider illogical/invalid:...

enhancement