Michael Dotterer

Results 3 issues of Michael Dotterer

These changes make it so that changing the border of a merged cell applies to the entire merged area. For example, setting border right on a cell merged horizontally over...

Bulk assigning an object as an association fails. For example: `CoolResource.new(:owner => current_user)` raises: ### ArgumentError: expected an attributes Hash, got #User:... activeresource/lib/active_resource/base.rb:750:in 'load' activeresource/lib/active_resource/base.rb:521:in 'initialize' hyperactive_resource/lib/hyperactive_resource.rb:338:in 'new' hyperactive_resource/lib/hyperactive_resource.rb:338:in 'load_array'...

Having a really long tag name can cause an error if the truncated tag already exists because it attempts to recreate the tag and a validation error occurs. I've included...