I did something that caused this error when loading the home page:
undefined local variable or method `javascript_include_tiny_mce_if_used'
I'm basically at the beginning of my project. I'm using Rails 2.3, and worked through debug issues and got the home page and other user profile loaded fine. I'm working on adding another use case using the resource_controller plugin, when this error happened and I can't figure out the source. For some reason it appears CE's tiny_mce plugin is not loaded, however other plugins are, including haml.
I appreciate any direction on investigation.
Thanks, D