Remy Wang
Remy Wang
#### Changes - [x] Update resource to symbol for update - [x] Update resource to symbol for create #### Related issue: - [x] [#2038](https://github.com/thoughtbot/administrate/issues/2038)
### Steps to reproduce Upgrade rails version from `5.2.4.3` to `5.2.4.6` ### Expected behavior `Show` page needs to be shown after `Update`. ### Actual behavior When update, it doesn't redirect...
**Params:** ```ruby { "invites": [ { "email": "[email protected]", "org_admin": false } ] } ``` **Controller:** ```ruby class OrganizationController < ApplicationController # @param invites :required [Array] # @option :required [String] :email...
I know this error was already discussed a lot. We randomly see a RedisTimeoutError. Our app is deployed on Heroku and uses Redis Cloud. ``` Jan 11 15:09:35 our-app app[worker]...
### Why is this PR introduced? Still using `3.0.5`. This upgrades Ruby version to `3.2.1`
- OS: Ubuntu 22.10 - Heroku CLI version: `heroku/8.0.2 linux-x64 node-v16.19.0` When I run ```bash heroku plugins:install heroku-config ``` ### Current Behavior ```bash Installing plugin heroku-config... failed › Error: plugin...
```js products = [ { "id": 1, "type": 'A' }, { "id": 2 "type": 'B' }, { "id": 3, "type": 'A' }, { "id": 4, "type": 'C' }, { "id":...
### What does this PR do? Remove `.DS_Store`
### What does this PR do? Add the following fonts: * [Martian Mono](https://github.com/evilmartians/mono) * [Monaspace](https://github.com/githubnext/monaspace)
### Current Behavior I enabled [Auto Selecting a Wallet](https://onboard.blocknative.com/docs/modules/core#auto-selecting-a-wallet) I connected my Metamask account. When I refresh the page, it requires account selection again.  ### Expected Behavior I want...