Added by N K almost 12 years ago
I have an existing Rails application. I want to add time tracking feature to it using Redmine. The requirement is I would create a new tab / page in my existing application and I should be able to access Redmine on that. I do not want to open another browser window / tab while doing that. What kind of integration (both at UI and backend) would I be required to do?
A smple solution is a iframe with an api key
you can store the api key for each user and use for login... it works out-of-the-box