Making a connection to Rally with Ruby Toolkit for Rally REST API (rally_api) -


i'm trying connect using ruby api toolkit. followed instructions in: https://developer.help.rallydev.com/ruby-toolkit-rally-rest-api-json script same chapter "making connection rally" own values. receive following error:

ruby test /var/lib/gems/1.8/gems/rally_api-0.9.14/lib/rally_api/rally_rest_json.rb:437: warning: don't put space before argument parentheses /var/lib/gems/1.8/gems/rally_api-0.9.14/lib/rally_api/rally_collection.rb:30:in each': undefined methodparameters' # (nomethoderror) /var/lib/gems/1.8/gems/rally_api-0.9.14/lib/rally_api/rally_rest_json.rb:104:in find_workspace' /var/lib/gems/1.8/gems/rally_api-0.9.14/lib/rally_api/rally_rest_json.rb:79:ininitialize' test:19:in `new' test:19

any tips?

rally_api requires ruby 1.9.2 or higher, you'll need upgrade ruby. i'd recommend using rvm (ruby version manager) accomodate running additional, higher-level ruby version on system.

this article:

http://www.srcnix.com/tutorials/ruby/install-multiple-ruby-versions-on-ubuntu-12-04-using-rvm/

has nice guide on installing , configuring rvm on ubuntu 12.04.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -