Rally Software

  • 1.  Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:16 AM

    I am trying my hands with Ruby Scripts and getting error while connecting. Error is "cant load such file -- Rally_api"

    I have API Keys as well. I may have configured in wrong way. Someone please suggest the Step by Step Procedure.

    Please note: I am very new to Ruby Scripting, So I may I more basic questions.



  • 2.  Re: Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:29 AM

    Avi12Apr2017,

     

    This is an error saying that your Ruby installation cannot find the rally_api gem.  You will need to ensure the rally_api gem was installed and available to the user running your program.

     

    Michael



  • 3.  Re: Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:38 AM

    Can you please help me with Procedure to install Rally_Api gem. 



  • 4.  Re: Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:50 AM

    Avi12Apr2017, As far as I am aware, you would just need to run the command,

    gem install rally_api

    I'm not a Ruby programmer, so if that is not working for you, you may wait for someone here who is more knowledgable or check https://stackoverflow.com or other sources for a better tutorial on installing/troubleshooting Ruby gems.

     

    Michael



  • 5.  Re: Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:54 AM

    Thank you for reply. Meanwhile i am trying. 



  • 6.  Re: Ruby Script Error for Rally API

    Posted Aug 07, 2017 10:57 AM

    You're welcome Avi12Apr2017.  Hopefully once you get that installed, it will be very straight forward to follow the examples at GitHub - RallyTools/RallyRestToolkitForRuby: A toolkit wrapping Rally's REST webservice for Ruby .

     

    Michael



  • 7.  Re: Ruby Script Error for Rally API

    Posted Aug 08, 2017 05:23 AM

    It was Permission Error and fixed now. Thank you for all help. 



  • 8.  Re: Ruby Script Error for Rally API

    Posted Aug 08, 2017 05:32 AM

    Avi12Apr2017,

     

    You're welcome, I am glad you were able to get it working.

     

    Michael