Skip to content

v3.5.2

Choose a tag to compare

@adham90 adham90 released this 18 Feb 21:03
· 154 commits to main since this release

Fixed

  • Fix NoMethodError for turbo_stream in API-only apps — ExecutionsController now guards format.turbo_stream behind a turbo_stream_available? check (defined?(Turbo)). Apps without turbo-rails installed no longer crash when accessing the dashboard (#11)