Sam Ruby

Results 31 issues of Sam Ruby

While we have a number of validators that will check to make sure that field _values_ are correct, we surprisingly do not check to make sure theat field _names_ are...

Highlights: * Plush templates * .env files * --env staging Details: To make use of Plush templates, rename `fly.toml` to `fly.toml.plush`. This prevents existing `fly.toml` files from being interpreted as...

If the file specified by --config does NOT end in .toml and DOES start with #!, then run it as a script, capture its output, and then unmarshall it as...

Ideally the dockerfile rails generator will have no unintentional differences from the files produced by `rails new`. Here are the current differences with Rails 7.2.0 beta 2: Dockerfile: ```diff diff...

See https://community.fly.io/t/fly-launch-flycast-sets-force-https-true-bug/21941/1

bug

### What is the problem this feature would solve? When building for deployment (i.e., there is a `build` step defined in `package.json`), a common paradigm is to install all dependencies...

enhancement
bun install

See https://github.com/remix-run/react-router-templates/pull/91#issuecomment-2849449740

When I deploy this example, and then run the following: * Click on the "Signup" button * Enter your name and email address, and click on "Signup" The Signup button...