Skip to content

Support ActionMailbox callbacks for Definition requests #377

Open
@andyw8

Description

@andyw8
Contributor

Similar to what we do for ActiveRecord callbacks, we could support the 3 callbacks that ActionMailbox provides:

  • around_processing
  • before_processing
  • after_processing

https://api.rubyonrails.org/classes/ActionMailbox/Callbacks.html

Activity

aniketpatidar

aniketpatidar commented on Jul 30, 2024

@aniketpatidar

I would like to tackle this one!

linked a pull request that will close this issue on Jun 1, 2025
domingo2000

domingo2000 commented on Jun 1, 2025

@domingo2000
Contributor

@andyw8 I just added a PR to solve this by reusing the implementation for ActiveRecord callbacks. Happy to receive feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @andyw8@egiurleo@domingo2000@aniketpatidar

      Issue actions

        Support ActionMailbox callbacks for Definition requests · Issue #377 · Shopify/ruby-lsp-rails