Bernie Chiu

Results 11 issues of Bernie Chiu

I wonder what if i have an API routes like `/users/#{user_id}/comments` or `/users/#{user_id}/comments/#{comment_id}` to be defined in the model? (By connecting two resource together) ``` ruby users = User.all users.first.comments...

Happy to see if we can support Mongoid in the future. Actually I can do it if I have some suggestions for the head start.

### Description I found the feature setting is retrieved directly from redis often if used on every request. Should we memoize it?

As we mention [in our README](https://github.com/prometheus/client_ruby#directfilestore-caveats-and-things-to-keep-in-mind), using DirectFileStore has a measurable impact on the production app's memory usage. This doesn't seem to be a memory leak, it doesn't grow unbounded...

Help wanted

- Algolia Client Version: 2.0.4 - Language Version: ruby-2.7.2 ### Description Hi Algolia team: We recently see logs with message like this `Too many indices (xxx > xxx), please remove...

Hi Yabeda-rb team, We've bumped into issues like this ![Screenshot 2020-04-14 17 55 37](https://user-images.githubusercontent.com/2749593/79211758-3b583300-7e79-11ea-9635-a04b49cb1365.png) Is there any possibility to dump the file store properly?

#### Suggestion - "before_filter" is highlighted red, but "before_action" does not. - "validates_xxx_of" is highlighted red, but "validates" does not. #### Trivial - maybe Class names could be hightlighted too?...

### Describe the bug Rails `ActionController::RoutingError` not being reported, others look normal as expected. ### Environment * Bugsnag version: 6.25.2 * Ruby version: 3.2.3 * Bundle version: 2.4.19 * Integration...

bug
backlog

### Application Rails: `7.0.8` Rack: `2.2.9` Scout: `5.3.5` ### Description Hi Scout Team, We're experiencing [Heroku timeouts events](https://devcenter.heroku.com/articles/request-timeout) occassionly, spotted on basic metrics on Heroku, but we've never seen those...

Hi @BobbyMcWho, thanks for this nice gem. ### Description The `option :pkce_verifier, nil` is available to be set in the OAuth Strategy configuration. However, it is being overwritten later phase...