Is it possible to add a Ruby script to the
server-scripts folder? Would it work if I created this
Ruby script and replace the following line in the
spellChecker.js file:
this.spellCheckScript =
'/speller/server-scripts/spellchecker.php'; with the
following line:
this.spellCheckScript =
'/speller/server-scripts/spellchecker.rb';? FCKEditor
is becomming more popular in the Ruby on Rails
community. FCKEditor uses Speller Pages for its
server-side spell checking feature. Unfortunately, I
can not find anyone in this community that has gotten
this feature to work with fastCGI. They are creating
their own spell checker implementations in Ruby. I
think that it would be a great benefit to the Ruby on
Rails community if we could get this to work with a
Ruby script. Thank you for all of your time and
assitance.
kesslerdn@ecity.net