lighthouse-api icon indicating copy to clipboard operation
lighthouse-api copied to clipboard

The official Ruby Library for interacting with the Lighthouse API

Results 11 lighthouse-api issues
Sort by recently updated
recently updated
newest added

I have a small program that once a week checks how many tickets we have in different buckets. Since a few weeks ago I can no longer fetch the tickets...

attr_accessor_with_default doesn't work with the newer versions of activesupport. I remove the usage so Ticket#tags will work again. http://apidock.com/rails/Module/attr_accessor_with_default

Hey, looks like they finally took #returning out of ActiveSupport. Updated to use new tappy goodness :)

There appears to be something wrong with the "milestones" methods for individual projects: ``` >> p.milestones ArgumentError: expected an attributes Hash, got "1" from /Library/Ruby/Gems/1.8/gems/activeresource-3.0.14/lib/active_resource/base.rb:1217:in `load' from /Library/Ruby/Gems/1.8/gems/activeresource-3.0.14/lib/active_resource/base.rb:965:in `initialize' from...

Ben Langerfeld and I noticed that the Versions which gives you the history of the ticket is not being marshaled into that object. The Lighthouse API appears to be returning...

When I require the file thusly: ``` ruby require File.dirname(__FILE__) + "/lighthouse-api/lib/lighthouse" ``` I get: ``` shell ~/.rvm/gems/ruby-1.9.2-p180/gems/json-1.5.3/ext/json/ext/json/ext/parser.bundle: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] ``` I also...

Hello, I just ran into this trying to create tickets using tags - this used to work in the previous version of the gem. API call: Lighthouse::Ticket.create(:project_id => , :title...

I used the lighthouse-api gem in my project and got: Install the Addressable gem (with dependencies) to support accounts with subdomains. # sudo gem install addressable --development no such file...

Maybe there was a time when those weren't valid tag characters?

The code below makes it impossible to use Basic Auth anywhere else in your app once the lighthouse API gem is included. Why not set self.user and self.password on the...