[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Is there anything like FCKeditor for Ruby?

pixelnate

8/16/2006 9:36:00 PM

Hello all,

I am building a website for a client and they want to be able to edit
the content on one of the pages, but they are not very web savvy. Is
there anything like FCKeditor (http://www.fcke...) that works
with Ruby? If not, I will have to build the site in PHP (ugh).

Thanks,
(pixel)Nate

5 Answers

Simen

8/16/2006 9:43:00 PM

0

On 8/16/06, pixelnate <pixelnate@gmail.com> wrote:
> Hello all,
>
> I am building a website for a client and they want to be able to edit
> the content on one of the pages, but they are not very web savvy. Is
> there anything like FCKeditor (http://www.fcke...) that works
> with Ruby? If not, I will have to build the site in PHP (ugh).
>
> Thanks,
> (pixel)Nate
>
>

That's an HTML editor, and so it's language agnostic. You'll just have
to find a way to integrate it into whatever Ruby solution you have on
the server side (Rails, I guess). A quick Google sent me to
http://www.joshuamcharles.com/xhtml/fc...

Note that, if this is a Rails question, you'll probably find better
answers on the Rails mailing list.

--
- Simen

pixelnate

8/16/2006 9:51:00 PM

0

Simen Edvardsen wrote:
> That's an HTML editor, and so it's language agnostic. You'll just have
> to find a way to integrate it into whatever Ruby solution you have on
> the server side (Rails, I guess). A quick Google sent me to
> http://www.joshuamcharles.com/xhtml/fc...
>
Thanks.
> Note that, if this is a Rails question, you'll probably find better
> answers on the Rails mailing list.
Sorry for posting here then.

~Nate

khaines

8/16/2006 10:25:00 PM

0

michael.moen

8/17/2006 12:33:00 AM

0

Here's one that you can use without jumping through a bunch of hoops
http://www.underpantsgnome.com/projects/fckedito... it still
could use a little work and it may be getting turned into a plugin
shortly.

Disclaimer: I built it

Enjoy- Michael

pixelnate wrote:
> Hello all,
>
> I am building a website for a client and they want to be able to edit
> the content on one of the pages, but they are not very web savvy. Is
> there anything like FCKeditor (http://www.fcke...) that works
> with Ruby? If not, I will have to build the site in PHP (ugh).
>
> Thanks,
> (pixel)Nate

pixelnate

8/17/2006 2:49:00 PM

0

michael.moen@gmail.com wrote:
> Here's one that you can use without jumping through a bunch of hoops
> http://www.underpantsgnome.com/projects/fckedito... it still
> could use a little work and it may be getting turned into a plugin
> shortly.
>
>
Excellent. This is exactly the kind of thing I am looking for. Well, I
was under the impression that there might be a solution that was all
Ruby, beginning to end, but this will be perfect for what I want to use
it for.
> Disclaimer: I built it
>
So I know who to track down when I have a problem. ;^)

~Nate