Spell Checking with Redactor On Heroku

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?

+7
php ruby-on-rails heroku spell-checking redactor
source share
2 answers

"are there any other spell-checking solutions for Redactor in RoR on Heroku?"

β€’ Yes, there is a gem created by SammyLin that integrates Redactor into the rails application.

And note that heroku has PHP support and documentation .

+2
source share

What problems did you encounter while trying jQuery Spellchecker . Because it seems that they gave documentation plus I found a demo using jquery spellchecker.

Demo

I think the JQuery Spellcheker documentation is pretty clear. Try it, and if you find any problems, please update the question about the problem.

https://github.com/badsyntax/jquery-spellchecker/wiki/Documentation 
+2
source share

All Articles