AssemblyAI / assemblyai-ruby-sdk

The AssemblyAI Ruby SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, audio intelligence models, as well as the latest LeMUR models.
https://www.assemblyai.com
MIT License
7 stars 0 forks source link

AssemblyAI incompatible with Rails 7.2 Browser Block #48

Closed beseku closed 3 months ago

beseku commented 3 months ago

Adding the AssemblyAI gem to a fresh Rails 7.2 install causes an "uninitialized constant ActionController::AllowBrowser::BrowserBlocker::UserAgent" exception when loading any controller that uses the (now default) Browser Block functionality.

Reproduced with a fresh rails install with no other gems added.

Swimburger commented 3 months ago

This issue has been fixed in 1.0.1. Can you try the new version? https://rubygems.org/gems/assemblyai

beseku commented 2 months ago

Yes, this works now.