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.

link|improve this question

36% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.