[Rails] Re: Does anybody have simple example of Tiny_MCE working?

2009-03-14 Thread Tranquiliste
Hello, I use tiny_mce without any plugin. You have a very clear explanation on how to doit here : http://www.ricroberts.com/articles/2008/06/16/tinymce-wysiwyg-text-editor-on-rails Hope this can help Nicols --~--~-~--~~~---~--~~ You received this message

[Rails] Re: Does anybody have simple example of Tiny_MCE working?

2009-03-12 Thread Starr Horne
I've gotten my hopes up a few times and have gone through the many Rails Tiny_MCE tutorials only to bomb out. All of these tutorials are significantly different which leads me to ask if anyone has a very simple Rails app they might share that demonstrates this feature. I've used the

[Rails] Re: Does anybody have simple example of Tiny_MCE working?

2009-03-12 Thread Kieran
Hey David, I maintain a plugin for TinyMCE in Rails. You can find it at: http://github.com/kete/tiny_mce It's pretty easy to install and setup. See the README on the link above. Should only take 2-3 minutes to install, and doesn't need any complex yields or special form methods. Regards