[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

fckeditor on ruby on rails

rabarama

1/3/2008 5:07:00 PM


Where can i find a guide to use the fckeditor gem with a ruby on rails
application?
Thanks


5 Answers

ehamon

1/4/2008 11:45:00 AM

0

On 3 jan, 18:07, "rabarama" <proftoglimipel...@levamiyahoo.it> wrote:
> Where can i find a guide to use the fckeditor gem with a ruby on rails
> application?
> Thanks

Go to http://www.joshuamcharles.com/xhtml/fc...
Best place imho
Regards

rabarama

1/4/2008 11:58:00 AM

0



--
**************************
tag xbox live: tunet
**************************

<ehamon@free.fr> ha scritto nel messaggio
news:4ec62464-b872-465f-94c1-ac8277f651a3@s19g2000prg.googlegroups.com...
> On 3 jan, 18:07, "rabarama" <proftoglimipel...@levamiyahoo.it> wrote:
>> Where can i find a guide to use the fckeditor gem with a ruby on rails
>> application?
>> Thanks
>
thanks, but it seems to be quite old.
I've seen the scott rutherford plugin but i can't make it work (i'm really
newby with ruby on rails) and i'v seen that ther's also a gem installable
but i can't find any documentation.

I followed instruction found here
http://fckeditor.caronsof...
but it doesn't work:

the first instruction

ruby script/plugin install
svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor

does nothing.



Ishrat rahman Sami

3/7/2008 12:43:00 PM

0


> I followed instruction found here
> http://fckeditor.caronsof...
> 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?
--
Posted via http://www.ruby-....

Paul Devisser

5/14/2008 3:51:00 PM

0

Ishrat rahman Sami wrote:
>
>> I followed instruction found here
>> http://fckeditor.caronsof...
>> 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-....

Paul Devisser

5/14/2008 3:52:00 PM

0

Paul Devisser wrote:

>> "Exported revision 54
>> Plugin not found:
>> ["svn://rubyforge.org//var/svn/fckeditorp/trunk/fckeditor"]"
>>
>> Any idea --- what's happening?

Oh, as for the error about plugin not found. I ignored that. Everything
seems to be working (although I haven't tested the image upload just
yet).
--
Posted via http://www.ruby-....