Text editor(FCKEditor) ruby on rails/ PHP

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-02-19T06:51:22Z Indexed on 2010/05/06 3:28 UTC
Read the original article Hit count: 308

I have an application that is running on Rials so now I want to add the text editor(FCKEditor/TinyMCE) to adit text/uploading images on website.

I have google the internet until I got FCKeditor for Rails(http://rubyforge.org/projects/fckeditorp/) "which has a function of uploading pictures but ones you uploaded the images you can't delete/rename them :( "

I tried to look for another solution and I got another FCKEditor - Ajax File Manager plugin for PHP(it works fine on my Rails Application) but the problem is I need some information from rails to use it in php e.g: session for the current login user.

1.) is there anyone got an Idea on how to get those Ruby sessions in php script? 2.) I looked at saving it in javascript session and access it in php via javascript cause both can talk to Javascript. 3.) or is there any Rails text editor which has a functionality of uploading/deleting the images? 4.) Or any better way of doing this... cause the only thing I need is the text editor that will allow me to uploaded/delete images NOt via the url but the one that will save the images on the server.

Steven

© Stack Overflow or respective owner

Related posts about ruby

Related posts about fckeditor