Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a listener generator #6385

Merged
merged 3 commits into from
Oct 26, 2023
Merged

add a listener generator #6385

merged 3 commits into from
Oct 26, 2023

Conversation

no-reply
Copy link
Contributor

we want to have a listener generator to:

  • provide application developers documentation about how to use listeners in
    their applications;
  • prevent a common issue caused by putting subscriptions in
    config/initializers/listeners.rb;
  • encourage housing listeners in app/listeners.

@samvera/hyrax-code-reviewers

@no-reply no-reply force-pushed the listener-generator branch 3 times, most recently from d2d7493 to f9e39ee Compare October 24, 2023 20:27
tamsin johnson added 3 commits October 24, 2023 13:28
we want to have a listener generator to:

  - provide application developers documentation about how to use listeners in
  their applications;
  - prevent a common issue caused by putting subscriptions in
  `config/initializers/listeners.rb`;
  - encourage housing listeners in `app/listeners`.
@no-reply no-reply merged commit 5a30bb5 into main Oct 26, 2023
4 checks passed
@no-reply no-reply deleted the listener-generator branch October 26, 2023 19:17
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.

2 participants