Skip to content

integers to attr method causes server error #2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions