Colby Swandale
Colby Swandale
## Overview This PR refines the Ruby Version Selector UI, and also refactors the HTML into a View Component. My biggest complaint with the current selector was that it was...
## Overview At the moment, `RubyObject`, `RubyMethod`, `RubyConstant` & `RubyAttribute` are Plain Ol' Ruby Objects, all of which need to initialize and manage their state individually, leading to bloated classes...
Slim was an attempt to wrangle large amounts of ERB, but it's apparent this was a wrong decision from me, as the value of using slim is not present as...
We shouldn't create links to objects which the documentation refers to, but we don't have a page for Resolves #481
Instead of rolling our own solution and needing to have contributors do work to provide functionality like keyboard navigation, accessibility, etc. We should try and use an existing library that...
Certain queries are not returning results that i would be expecting. Case 1: ``` query: base64 encode ``` I would expect `Base64::encode` to be the first result (this is the...
Ruby API uses GraphQL as an API service that allows anyone to fetch information about Ruby Objects or methods, but this feature is not really used at all except for...
Ruby 3.1 is missing the documentation in Ruby 3.1, but notably the official documentation is also missing the documentation for Matrix. https://docs.ruby-lang.org/en/3.1/Matrix.html I had a quick looked at https://bugs.ruby-lang.org but...
## Is your feature request related to a problem? Presently, the RubyGems team will only consider requests to yank a gem if it presents a high risk to users' security....
This PR opens up the [Puma control/metrics server](https://github.com/puma/puma?tab=readme-ov-file#configuration-file) to expose numerous puma metrics such as num of backlogged requests, active workers, threads, etc for [Datadog to collect](https://docs.datadoghq.com/integrations/puma/) that allows us...