[Rails] Re: Rich text editor?

2011-04-20 Thread tonypm
Correction, just checked and doesn't look like I used a plugin so can't say how good plugin is! On Apr 20, 8:24 am, tonypm tonypmar...@hotmail.com wrote: I have used CKEditor for some time with no problems,  I have one page with several editor instances and it works fine. There is a rails

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread jmanpa
Try CKeditor. I am using it right now and so far, so good. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread Paul
I really like the YUI javascript libraries in general, and have used their RTE with success: http://developer.yahoo.com/yui/ On Thu, Apr 14, 2011 at 8:53 AM, jmanpa john.we...@gmail.com wrote: Try CKeditor.  I am using it right now and so far, so good. -- You received this message because you

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread Walter Lee Davis
On Apr 14, 2011, at 9:43 AM, Paul wrote: I really like the YUI javascript libraries in general, and have used their RTE with success: http://developer.yahoo.com/yui/ That looks cool, but do they have a version for YUI3? I could only see one for YUI2. Walter On Thu, Apr 14, 2011 at

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread Paul
Yes, it is marked beta, but their beta stuff is pretty solid. On Thu, Apr 14, 2011 at 9:49 AM, Walter Lee Davis wa...@wdstudio.com wrote: On Apr 14, 2011, at 9:43 AM, Paul wrote: I really like the YUI javascript libraries in general, and have used their RTE with success:

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread Peter Bell
On Apr 14, 2011, at 12:28 PM, Paul wrote: Yes, it is marked beta, but their beta stuff is pretty solid. Only downside seems to be that it says you have to write your own UI . . . Best Wishes, Peter On Thu, Apr 14, 2011 at 9:49 AM, Walter Lee Davis wa...@wdstudio.com wrote: On Apr 14,

Re: [Rails] Re: Rich text editor?

2011-04-14 Thread Paul
Oh, yeah. The two projects that I've extensively used it in are YUI 2 projects. I'd suggest sticking with the YUI 2 version at the moment. I have mixed YUI 2 and YUI 3 very easily in the same project. In fact, most of my projects have pieces of prototype, YUI 2 and YUI 3 co-existing, since I

Re: [Rails] Re: Rich text editor?

2011-04-13 Thread caiof...@gmail.com
I use Redcar Editor http://redcareditor.com to edit all files (.rb, yaml, xml, text, Rakefile, etc). It supplies all my basic needs, it's free-software, and I can write a plugin to implement new features to it. Regards, /* Caio Fernando Bertoldi Paes de Andrade http://about.me/caiofbpa */ On

[Rails] Re: Rich text editor?

2011-04-13 Thread Vito Botta
Hi all, thanks for the replies. I see there was a little confusion, by to integrate rich text editor capabilities in a Rails app i meant giving the users of the Rails app the ability to edit content with a rich text editor, not an editor to work with Rails :) I have tried TinyMCE and others,

Re: [Rails] Re: Rich text editor?

2011-04-13 Thread caiof...@gmail.com
Oh, I apologize. I misunderstood totally the subject of the thread. I'm sorry. /* Caio Fernando Bertoldi Paes de Andrade http://about.me/caiofbpa */ On Wed, Apr 13, 2011 at 5:32 PM, Vito Botta li...@ruby-forum.com wrote: Hi all, thanks for the replies. I see there was a little confusion, by

[Rails] Re: Rich text editor?

2011-04-12 Thread Fernando Perez
TinyMCE is shit! Oh and if you dare use it, remember to activate the option to not convert special characters to html entities or your data is doomed. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

[Rails] Re: Rich text editor?

2011-04-12 Thread sssagar
Use Quantaplus. I have tried around 10 editors. it is the best of them. On Apr 10, 12:18 am, Vito Botta li...@ruby-forum.com wrote: Hi all, would you recommend something to integrate rich text editor capabilities in a Rails app? I am currently looking at integrating Zoho Writer since it's

Re: [Rails] Re: Rich text editor?

2011-04-11 Thread Philip Hallstrom
I just put TinyMCE into a project. I didn't use a gem, just dropped it into a Rails 3 project and it worked fine. Only issue is you need some kind of file browser and as I'm deploying to heroku I need one based around something like the s3 gem. If anyone has any recommendations for a

Re: [Rails] Re: Rich text editor?

2011-04-11 Thread Peter Bell
On Apr 11, 2011, at 1:02 PM, Philip Hallstrom wrote: elFinder is a pretty nice file browser that says it will integrate into tinymce... There is a ruby/rails server adapter for it, but it doesn't support S3... but if you decide to do it, that may be a good place to start.

[Rails] Re: Rich text editor?

2011-04-10 Thread Markus Proske
You might be interested in tinymce. I can't say more about it as I never actually used it in one of my projects. Markus -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to

Re: [Rails] Re: Rich text editor?

2011-04-10 Thread Peter Bell
I just put TinyMCE into a project. I didn't use a gem, just dropped it into a Rails 3 project and it worked fine. Only issue is you need some kind of file browser and as I'm deploying to heroku I need one based around something like the s3 gem. If anyone has any recommendations for a starting