Jose Miguel Gallas Olmedo
Jose Miguel Gallas Olmedo
I'm upgrading `shoulda-matchers` to `4.5.1` and the following test: ```ruby should route(:get, '/stats/api/applications/42/usage').to(id: '42') ``` returns the following output: ``` Error: Stats::Api::ApplicationsControllerTest#test_: Stats::Api::ApplicationsController should route GET /stats/api/applications/42/usage to/from {:id=>"42", :action=>"usage",...
[ASDF](https://asdf-vm.com/guide/getting-started.html#global) Any proper dev environment requires a version manager tool, ruby and node in the case of porta. Throughout the years the team has tried a bunch of them: nvm,...
[THREESCALE-8534: Scenario: Sending a message fails because flash can't be seen](https://issues.redhat.com/browse/THREESCALE-8534)
[THREESCALE-8590: Fix failing scenario "Sending a message" in oracle](https://issues.redhat.com/browse/THREESCALE-8590)
Internet explorer is no longer maintained/supported by Microsoft. 3scale has never officially supported however there are some hacks here and there to make it work. This is a technical debt...
Webpacker 5 was moved to a new project called Shakapacker. [THREESCALE-7340: Migrate Webpacker 4 to Shakapacker](https://issues.redhat.com/browse/THREESCALE-7340)
⚠️ Quickstarts were never visible in production SaaS, see https://github.com/3scale/deploy/pull/733/files So we should not remove the feature config until we're sure it works properly. Quickstarts was added behind a FeatureConfig,...
[THREESCALE-8721: Migrate from Flow to Typescript](https://issues.redhat.com/browse/THREESCALE-8721)
**What this PR does / why we need it**: The Braintree js SDK is being downloaded via CDN, even though it's already included as a NPM package. For that reason...