Giter Site home page Giter Site logo

Comments (2)

markwilliams970 avatar markwilliams970 commented on August 14, 2024

Hi Alfonso - thanks for your question. Ideally, the Issues page in Github should be used for letting the community know about identified bugs/defects with the toolkit, rather than for questions on use. Usage questions would best be posted to Stackoverflow:

https://stackoverflow.com/questions/tagged/rally

I'm not sure if this is the issue as you mention above that you are able to successfully make some updates, but your update syntax:

@rally.update(field_updates)

Looks to be problematic.

It would either need to look like this:

updated_testcase = @rally.update(:testcase, 12345, field_updates)

where 12345 is the ObjectID of the testcase, or:

testcase = @rally.read(:testcase, 12345) #by lookup then udpating via the object
testcase.update(field_updates)

I'm going to go ahead and close this Issue. If you have any followup questions, please post on Stackoverflow.
If you have identified a bug somewhere, please don't hesitate to post a new Issue here.

from rallyresttoolkitforruby.

eruialf avatar eruialf commented on August 14, 2024

Hi Mark

Thanks a lot for the replay, I will check what you say.
My apologies, I will use stackoverflow next time.

Thanks a lot
Alfonso.

from rallyresttoolkitforruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.