views:

79

answers:

2

Hi i want to use WYSIWYG web editor (the editor should have a option for adding videos, images,powerpoint etc..) on to my Rails application. Can any one suggest how can i integrate this editor into my rails application with above feature support. Thanks in advance

+1  A: 

FCKEditor

Now it is known as CKeditor.

Please check this tutorial whcih explains how to integrate FCKEditor in Ruby on Rails

Mahin
thanks for your answer mahin.
palani
You are most welcome !!! :)
Mahin
+1  A: 

You might want to check out WYSI-dangerous: Why WYSIWYG editors are bad for your website and take a look at wymeditor.

fractious
Agreed - wholeheartedly
Omar Qureshi