tracker_api icon indicating copy to clipboard operation
tracker_api copied to clipboard

Ruby Wrapper for Pivotal Tracker v5 API

Results 7 tracker_api issues
Sort by recently updated
recently updated
newest added

### SUMMARY: It's the new year and this gem is jumpin' and jivin' and under new maintainership! We'll add some information about protocols for contributing, set some expectations about the...

enhancement

There was a similar issue with #113 which was fixed by patching the monkeypatch. But we are using a gem which expects empty arrays to stay as empty arrays. The...

Steps to reproduce: ``` story = project.create_story(name: 'Some story name') story.estimate = 3.0 story.save story.estimate # => 3.0 story.estimate = nil story.save story.estimate # => 3.0 ``` I think the...

Dear forest, thanks for creating this integration, well documented with good examples and annotated code. I'm currently working on a PDF-generation and was wondering if the relatively new Blockers features...

This is an exploration of moving away from Virtus. The http://dry-rb.org/ project is a collection of gems that in combination do much of what Virtus does. There are the next...

In story resource, when we eager load association (owners, tasks, comments) and the association has empty value, then it'll try to fetch the information again. Is it an expected behavior?...

enhancement

Let me know if I did anything wrong. (First time using VCR)