Forums » Development »
questions regarding enhancement of redmine
Added by mrks jss about 12 years ago
hello,
we are running redmine in our company and we're very satisfied with it so far.
we have some additional requirements which require fiddling in the code.
1. at creation of a new project (not subproject), redmine needs to do an http post to an external page
- how would i do that? i am not familiar with ruby. but i guess the change will have to take place in 'def create' in <\redmine-1.3.2\app\controllers\projects_controller.rb>
i found this http://www.rubyinside.com/nethttp-cheat-sheet-2940.html
should be able to just insert the 'POST form request' example with my values, right?
would somebody be so kind to give me a hint?
thanks