ruby-trello
ruby-trello copied to clipboard
Implementation of the Trello API for Ruby
I've added ruby-trello on a Rails v4.2 project (had used it without problems in others projects without rails). To my surprise when I started trying to query anything 404 errors...
Thank you for developing ruby-trello. While building a relatively simple app that synchronizes data between trello and an external source bidirectionally, I’ve run into a number of snags due to...
Hi, I was trying to see in the library if there's a way to query a list for cards, and include custom field types. For example, I'm following the instructions...
Documentation on [rubydoc.org](http://www.rubydoc.info/gems/ruby-trello) shows `ruby-trello (1.6.0)` while the newest gem available on [rubygems.org](https://rubygems.org/gems/ruby-trello) is `2.0.0`. RubyGems.org's page points to a `http://www.rubydoc.info/gems/ruby-trello/2.0.0`, but it looks like that doesn't exist. The documentation...
Hi, is this possible? I don't see any method or attribute for card comments. Thanks for any info.
Comparing with the Official Javascript Library, this gem is not async, so you can yo and wrap the requests in a Thread implementation (or even Fiber), but it would be...
One can access a list of actions (optional filtered) for cards, boards etc. It would be super helpfull to implement that as well. The main problem is the different information...