Ishrat rahman Sami wrote: > >> I followed instruction found here >> http://fckeditor.caronsoftware.com/ >> but it doesn't work: >> >> the first instruction >> >> ruby script/plugin install >> svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor >> >> does nothing. > > I followed this instruction. > It downloadec some files in .../vendor/plugin/fckeditor directory in my > application and then it showed > > "Exported revision 54 > Plugin not found: > ["svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor"]" > > Any idea --- what's happening? Within the /vendor/plugin/fckeditor directory there is a README file with further instructions on how to finish the installation. To summarize, After running the plug-in script installation you need to run rake. rake fckeditor:install Then add <%= javascript_include_tag :fckeditor %> to the layout. There are instructions in the readme for various types of usage. -- Posted via http://www.ruby-forum.com/.