Skip to content

integers to attr method causes server error #2

@roupen

Description

@roupen

trying to do something like:

dom.find('body').attr('someattr',50) causes error. instead you have to:

dom.find('body').attr('someattr',50.to_s)

maybe have it always to_s?

Unexpected error while processing request: undefined method `include?' for 2810291:Fixnum

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions