I am trying to do a spell check in Redactor in a RoR application running on Heroku (cedar stack).
The answer provided in this SO question does not work for me because it requires the ability to run PHP on my local server, which is not possible with Heroku, Even if I defeated the protection against cross origin, running PHP on a server external to to my Rails application, doesnβt seem like a good idea.
After the expiration date seems like a possible solution, but After the Deadline stone returns the original spellcheck data without integration into Redactor.
Has anyone been able to successfully complete:
If not, are there other spell checking solutions for Redactor on RoR on Heroku?
php ruby-on-rails heroku spell-checking redactor
Silentcartographer
source share