Skip to content

Add adapter_stack method for debugging adapter chains#963

Merged
jnunemaker merged 1 commit into
mainfrom
add-adapter-stack
Jan 2, 2026
Merged

Add adapter_stack method for debugging adapter chains#963
jnunemaker merged 1 commit into
mainfrom
add-adapter-stack

Conversation

@jnunemaker

Copy link
Copy Markdown
Collaborator

Adds a new adapter_stack method that returns a string representation of the adapter chain, making it easier to debug complex configurations.

Examples:
Flipper.adapter_stack
#=> "memoizable -> memory"
#=> "failover(primary: redis, secondary: memory)"
#=> "dual_write(local: memory, remote: strict -> active_record)"

🤖 Generated with Claude Code

Adds a new adapter_stack method that returns a string representation
of the adapter chain, making it easier to debug complex configurations.

Examples:
  Flipper.adapter_stack
  #=> "memoizable -> memory"
  #=> "failover(primary: redis, secondary: memory)"
  #=> "dual_write(local: memory, remote: strict -> active_record)"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@jnunemaker jnunemaker self-assigned this Jan 2, 2026
@jnunemaker
jnunemaker merged commit 941f417 into main Jan 2, 2026
46 checks passed
@jnunemaker
jnunemaker deleted the add-adapter-stack branch January 2, 2026 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant