For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to RubyGems
      • Configuration
      • Adding custom code
      • Changelog
      • Customer showcase
  • Reference
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
Book a demoLog inStart for free
GeneratorsRuby

Changelog

April 8, 2024
April 8, 2024

0.7.0-rc5

(feat): additional fix for the same issue within 0.7.0-rc4 (regression introduced within the 0.7.0 RCs where the token prefix was dropped from requests).

0.7.0-rc4

(feat): fixes regression introduced within the 0.7.0 RCs where the token prefix was dropped from requests.

0.7.0-rc3

(fix): Module references are now consistent throughout the generated SDK, this was a regression in the previous release.

0.7.0-rc2

(feat): the ruby generator now nests types under a type module to avoid naming conflicts, this is behind a configuration flag

0.7.0-rc1

(feat): Address serialization issues within iterable types

What’s been fixed

  • nested loops leverage different variable names to deconflict
  • nested loops do not call to_json prior to the subsequent loop

0.6.1

(internal): Release Generator

0.6.1-rc0

(internal): Improve logging within the Ruby generator

0.6.0-rc1

(fix): fix regression where sometimes the parsed_json variable would not be instantiated, and so there’d be a nil ref in the generated code

0.6.0-rc0

(feat): Introduce code snippets and examples for Ruby SDKs

0.5.0-rc2

(fix): Call JSON.parse prior to iterating through an iterable response

0.4.0

(feat): The generated SDK now includes a rakefile to run any tests prefixed with test_ in the test directory

What’s new

  • The generators now create a rakefile to run any tests prefixed with test_ in the test directory. A step is also added to CI to run these test. The dummy test now running also provides a sanity check on the health of the build of the gem, even if no tests are added given the gem is imported.
Was this page helpful?
Edit this page
Previous

April 9, 2024

Next

March 22, 2024