David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 6 years ago on API Structure and Error Handling :
That's really strange. Any JS errors in the console? I wonder if any browser extensions could be blocking those videos.

David Kimura PRO said over 6 years ago on API Structure and Error Handling :
That wouldn't affect video playback. I wonder what it shows once you try playing the video and what shows up on the network tab. I'm on macOS 10.15 as well with Chrome 80 and haven't experienced this. I wonder if there is some other kind of networking issue at play here.

David Kimura PRO said over 6 years ago on Action Text Mentions and Notifications :
Great question. In situations where Action Text is used in a CMS or Blog, it can be a bit difficult as you probably wouldn't run the text through a translator. You could have multiple Action Text attributes on a model for each language or build a mechanism around Action Text which takes it into consideration, but I don't think that it natively supports i18n. https://github.com/rails/actiontext/issues/32 is about the only thing I could find in regards to it.

David Kimura PRO said over 6 years ago on Working with Internationalization :
You could add this to your Gemfile to see if it helps. Alternatively, you could upgrade Ruby version to 2.6.5. There shouldn't be much breaking changes between 2.6.3 and 2.6.5.

gem 'parser'

David Kimura PRO said over 6 years ago on Working with Internationalization :
I remember getting this error a few years back and ended up changing my ruby version.