jamesgolick / resource_controller

Rails RESTful controller abstraction plugin.
http://jamesgolick.com/resource_controller
MIT License
499 stars 115 forks source link

Conflict with tiny_mce plugin #1

Open gravis opened 15 years ago

gravis commented 15 years ago

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 :(

gravis commented 15 years ago

Using config.plugins = [ :tiny_mce, :resource_controller, :all ] did solve the problem temporarily