hyperactiveresource
hyperactiveresource copied to clipboard
## This repo has been deprecated. See https://github.com/maintux/hyperactiveresource ### HyperActiveResource extends ActiveResource so it works properly and behaves more like ActiveRecord.
Results
1
hyperactiveresource issues
Sort by
recently updated
recently updated
newest added
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'...