Search code examples
javascriptruby-on-railstinymcefckeditor

Javascript(or maybe not) text editor with Image Upload functionality


I'm working in Ruby On Rails 2.3.8 and I need to use a text editor in which I could upload images.

Currently, I'm using TinyMCE, but doesn't have that feature. So, I've tried the TinyFCK, but I could not make it work (it uses PHP, so I'm not sure whether it will work or not in ruby on rails).

Does anybody know any?


Solution

  • Here a TinyMCE Rails version with Image Uploading.