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
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.