The interface for tinymce-rails is different than the old tinymce gem. It is smaller wrapper for TinyMCE and doesn't have the helper or controller methods such as uses_tiny_mce.
You'll need to adjust things to match the new way. Check the README. On Sep 24, 2011, at 3:42 AM, Gloufy <[email protected]> wrote: > Yes i try it... > Before i can use "uses_tiny_mce" in my controller > now this method is not defined... > > Do i try to make my own code in form_column override ? > > On 22 sep, 20:56, Walter McGinnis <[email protected]> wrote: >> Check outhttps://github.com/spohlenz/tinymce-railsfor the TinyMCE side. >> >> On Sep 22, 2011, at 9:22 PM, Gloufy <[email protected]> wrote: >> >> >> >> >> >> >> >>> Hello, >> >>> How to use Tinymce with activescaffold and rails 3.1 ? >> >>> Thanks >> >>> Gloufy >> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "ActiveScaffold : Ruby on Rails plugin" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group >>> athttp://groups.google.com/group/activescaffold?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/activescaffold?hl=en. > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
