InventoryTrackers
2009-Mar-12 20:14 UTC
Does anybody have simple example of Tiny_MCE working?
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. Some frustrations I''ve found are; 1. They suggest loading many lines of javascript tags and yields in the application.html.erb <head> ..what about the current :yield? 2. The instructions for the rake plugin don''t seem to work the same anymore 3. There''s no examples of using the form_for approach with form.text_area etc. I am grateful for any help in this endeavor and happy to share my results. David --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Starr Horne
2009-Mar-12 20:23 UTC
Re: Does anybody have simple example of Tiny_MCE working?
> 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 tinymce rails plugin. You just drop it in to your app, and it works like a charm. Unfortunately, I don''t have any code I can post, though. SH -- Starr Horne My blog: http://starrhorne.com Check out my Helpdesk RailsKit: http://railskits.com/helpdesk/ --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 Kieran On Mar 13, 9:14 am, InventoryTrackers <inventorytrack...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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. > > Some frustrations I''ve found are; > > 1. They suggest loading many lines of javascript tags and yields in > the application.html.erb <head> ..what about the current :yield? > 2. The instructions for the rake plugin don''t seem to work the same > anymore > 3. There''s no examples of using the form_for approach with > form.text_area etc. > > I am grateful for any help in this endeavor and happy to share my > results. > David--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Tranquiliste
2009-Mar-14 14:34 UTC
Re: Does anybody have simple example of Tiny_MCE working?
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 because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---