tapajos / highrise

Ruby wrapper around Highrise API.
MIT License
124 stars 77 forks source link

fixes undefined method issue when untag! has be called #54

Closed maxx-coffee closed 10 years ago

maxx-coffee commented 10 years ago

It seems highrise moved over to use an attribute hash to store information for tags. When calling .untag! "tag" you would receive:

NoMethodError: undefined method `[]' for #<Highrise::Tag:0x007fbf19863a28>
lucasmartins commented 10 years ago

Thanks @joshualcoffee, the code looks nice, have you tried it at production/staging?

maxx-coffee commented 10 years ago

I have not ran in to any issues after 12 or so hours of use in production. People are getting tagged and untaged accordingly.

lucasmartins commented 10 years ago

Great! I will merge and release a new patched gem. Thanks for the code!