resource_controller
resource_controller copied to clipboard
Conflict with tiny_mce plugin
Hi,
after installing the resource_controller plugin, our app has stopped to work in other env than development. The first page load after server start is raising "ActionView::TemplateError: undefined local variable or method `include_tiny_mce_if_needed' ..." error. Moving the plugin (folder) to something like "zz_resource_controller", everything is fine again. I'm not sure if it's a tiny_mce issue of resource_controller :(
Using config.plugins = [ :tiny_mce, :resource_controller, :all ] did solve the problem temporarily