Project

General

Profile

How to embed Redmine in another Rails application?

Added by N K over 11 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?


Replies (1)

RE: How to embed Redmine in another Rails application? - Added by Christian Baus over 10 years ago

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

    (1-1/1)