I want to integrate HP qc with my rails application, on linux OS, anybody worked on any api or ruby gem?
Thanks in advance.
Anurag Saxena.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
checkout this post:
Rails Activeresource Integration
I have since rewrote the application controller as the following:
Simply put these methods is your RoR app’s ApplicationController and then call them from each of your Controllers to access HPQC. Then build an XML request and use the Curl::Easy Gem(i.e., @conn.post_body) to post the request to HPQC.
I plan on building an HPQC Gem to configure and initialize HPQC requests but that’ll take me a little time!