spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
814 stars 257 forks source link

Losing TINY mce in dev when switching from 3.5.8 to 4.0.2 in Dev #117

Closed bsylvain closed 10 years ago

bsylvain commented 11 years ago

If i switch between tinymce-rails 3.5.8 and 4.0.2 in dev by running bundle update and restarting my server, the assets of tinymce are no longer here in 4.0.2

I have a lot of thoses messages : ActionController::RoutingError (No route matches [GET] "/assets/tinymce/themes/advanced/theme.js"):

Why ? is there another command to install > 4 ?

spohlenz commented 11 years ago

The configuration options for TinyMCE 4 have changed (see here: http://www.tinymce.com/wiki.php/Configuration) In particular, the new theme is now called "modern".

bsylvain commented 11 years ago

Thx, that was it.