I am relatively new to developing in Ruby on Rails. I am trying to develop a redmine plugin. Some of the features of the plugin has to use existing models and controllers of redmine core which is like a different RoR project altogether. How can I call them and add more functionality in my redmine plugin. I feel one way is using monkey patching... but while going through several forums and other posts on Stack Overflow, people say to avoid monkey patching.
Can some one suggest a better way of calling those models and controllers and modify using the plugin.