Faq

Results 113 comments of Faq

You did not provide any other information. gem version, ruby/rails, OS?

1. MacOS ARM-based, like M1? 2. For me it seems you use wrong openssl version with ruby 3.2 ``` [email protected] for ruby 3.2 ``` With correct openssl version if still...

You could try this method what we did in some project to get jruby-9.2.7.0 working on M1 (to get pass `Could not find a valid gem 'jruby-launcher'`)as it is not...

@nathan341 you did not mention on what gem version or master commit hash you encountered this.

Gemfile: ``` ruby "3.1.2" gem "rails", "~> 7.0.4" gem "mysql2", "~> 0.5" ``` ``` ruby -v ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [i386-mingw32] ``` had the same error on clean rails...

You didnt provide even tinymce-rails version. How you got to this? migrated from older tinymce-rails version? sprockets+dart sass? Can you share your project? But looks, your fonts not loaded in...

try enter 5.0.4 here https://github.com/solidusio-contrib/solidus_editor/blob/master/solidus_editor.gemspec#L35 and bundle install or just bundle update tinymce-rails

This still active after https://github.com/ice-cube-ruby/ice_cube/pull/546 ?

This actually reminds me of similar bug what other players see different, but with mounted npcs and their relocation https://github.com/TrinityCore/TrinityCore/issues/20136#issuecomment-687663047

> For reference, this is my current rewrite of my follow rewrite on 434: > > https://youtube.com/watch?v=ehXysUBU7fU Do you plan to merge it with 335?