Gareth Jones

Results 221 issues of Gareth Jones

The most notable feature change in v8 is that Shakapacker is now JS package manager agnostic by default, using the [`packageManager`](https://nodejs.org/api/packages.html#packagemanager) property to determine which package manager to use (otherwise...

v4 uses a later version of Node but does not have any other notable breaking changes

This moves us off `secrets.yml` entirely since it's been deprecated in Rails v7.x - instead, we source our configuration through `app.yml`. Resolves #341 (kind of)

I've upstreamed this into Capistrano: https://github.com/capistrano/capistrano/pull/2155

`strong_parameters` uses `action_on_unpermitted_parameters` [to control what happens when an unpermitted param is found](https://github.com/rails/strong_parameters?tab=readme-ov-file#handling-of-unpermitted-keys), which can be set to `false`, `:log`, or `:raise`. The default for production is "false" whereas in...

discuss

It started happening a couple of weeks ago - I can't debug it as I can't run the lighthouse matchers locally due to a WSL config thing I've just not...

bug
help wanted
high-priority

**Describe the bug** When trying to upgrade to Ubuntu 24.04, `apt` claims the release file does not exist for fullstaq-ruby **To Reproduce** Linux distribution: Ubuntu 24.04 Package name: any Steps...

bug

It seems it's technically possible for `composer.lock` files to have a number for `version` in packages - I can't actually reproduce this with `composer` itself, but if I manually edit...

While Yarn was the de facto package manager for Rails for a long time, that is changing 🙂

Branched off of https://github.com/testing-library/eslint-plugin-testing-library/pull/926 --- ## Checks - [x] I have read the [contributing guidelines](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md). ## Changes - adds ESLint v9 as an allowed peer dependency ## Context v9 can...