ruby.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
If you are interested in the Ruby programming language, come join us! Tell us about yourself when signing up. If you just want to join Mastodon, another server will be a better place for you.

Administered by:

Server stats:

1.1K
active users

Anyone who's spent some time with Webmock:

Noticed that we have tons of requests from the frontend for assets (React/Vite/GraphQL) that get caught up on the header normalization which is expensive and has a ton of object allocations.

Know of any ways to get webmock to ignore those urls entirely?

@olivierlacan yeah it's on VCR, will have to give that a try.