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

Fix missing activejob dependency #331

Merged
merged 1 commit into from
May 5, 2022

Conversation

codealchemy
Copy link
Contributor

@codealchemy codealchemy commented May 5, 2022

closes #330

Removed in aea2fec (which this effectively reverts, that change was a part of #283), ActiveJob is used in a couple areas

class Turbo::Streams::BroadcastJob < ActiveJob::Base
and
class Turbo::Streams::ActionBroadcastJob < ActiveJob::Base

Removed in hotwired@aea2fec, this is used in a couple areas.
@dhh dhh merged commit 5d6fe3d into hotwired:main May 5, 2022
@aaronjensen
Copy link
Contributor

Is this enough? Doesn’t it need to be required?

@codealchemy codealchemy deleted the fix-missing-active-job-dep branch May 5, 2022 13:54
dhh added a commit to ankurp/turbo-rails that referenced this pull request May 22, 2022
* main: (175 commits)
  Support `[formmethod]` overrides to `_method` (hotwired#239)
  call ActionView::RecordIdentifier.dom_id explicitly (hotwired#333)
  removed a handful of extra 'the' in method descriptions (hotwired#334)
  Fix missing `activejob` dependency (hotwired#331)
  Document the turbo_frame_tag helper with multiple arguments (hotwired#329)
  Add possibility to nest turbo frames (hotwired#296)
  Fix breaking in non-Zeitwerk environment (hotwired#304)
  Problem: inability to pass additional parameters to stream channels (hotwired#308)
  Fix CI with Rails main (hotwired#314)
  add targets to assert_{,no_}turbo_stream (hotwired#321)
  fix tests for rails 7.0 (hotwired#320)
  Test on Rails 7.0
  Use where on Windows instead of which (hotwired#299) (hotwired#300)
  Bump version for 1.0.1
  Upgrade @rails/actioncable to 7.0.1
  Bump @rails/actioncable dependency to ^7.0
  Add Turbo::Broadcastable support for #broadcast_render and #broadcast_render_to (hotwired#298)
  fix a little typo for wrong constant name (hotwired#290)
  Bump version for 1.0.0
  Make clear this is included by default in Rails 7
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

active_job must be required
3 participants