Best rich text editor and date/time picker control in RoR?

Hello,

I am wondering which are the best rich text editor and date/time picker control in Ruby on Rails? Any idea....?

Thanks Chamnap

Hi Chamnap,

have you tried "CalendarDateSelect" for date picking? It's fully integrated with rails form builders, its simple to use, and fairly lightweight. Also, it supports date/datetime.

http://code.google.com/p/calendardateselect/

For rich text editor, I don't know what's the best, but TinyMCE and fckeditor are pretty popular nowadays.

Tim

The classical TinyMCE opensource editor is very simple to integrate into your views (1 copy-paste of a JS and a JS link). I transforms the textareas you want into rich editors (HTML generated). Juste take a look: http://tinymce.moxiecode.com/

aurels

… and the html it spits out in most cases is ugly as hell.

Best regards

Peter De Berdt

It's possible :wink:

Thanks

Chamnap