On 9 May 2013 15:15, Mohit Sindhwani <[email protected]> wrote: > .. > I'm actually writing a C++ client that accesses information using HTTP from > a Rails ActiveResource application (Redmine). I can use URLs like > "http://redmine/projects.xml" and "http://redmine/users.xml" to get full > lists of projects and users. The relationship between these 2 resources is a > HABTM. I'm trying to figure out if there is a default URL (i.e., Rails > convention) at which I could GET the relationships so that I can figure out > which users belong to which projects... or figure out which users belong to > a specific project. Since I'm doing this from C++ and not from a Ruby > client, I am trying to figure out the URL, method and parameters that I need > to provide to get this information. > > Hope it's clearer now? > > Given how much trouble I'm having explaining this, maybe, I should stop > searching and start reading the source for Redmine..
I think you will have to look at the Redmine docs, unless someone here knows the answer. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

