Open mkunkel opened 8 years ago
Closing this issue, as this is now working after a server reboot.
How did you resolve this?
Unknown. I restarted the server and no longer saw this error.
It's so frustrating! I have spent the whole day trying to figure out what's the issue! And I keep getting the exact same error as your title says. No idea how to handle this.
Specifying source in Gemfile fixed the issue
gem 'tinymce-rails', git: 'git@github.com:spohlenz/tinymce-rails.git'
I just ran into this when I restarted my server. Upgrading to 4.3.3 didn't work either.
The fix was to run rake asset:precompile
on production.
Changing the gem to source from github is unrelated, its likely a deploy that ran an asset precompile for @AlexShmatko which fixed it for him too. I run an asset precompile during my deploy so I have more to investigate.
What a weird error.
I thought that this was related to #190, but it turns out to be a separate issue. After I changed my Gemfile to use GitHub as the source, I had the same issue. My form renders properly locally, but in production, it results in the following error: