Skip to content

Rails 7.0.4 + ActionText + Haml-Rails 2.1 #185

Open
@cpanderson

Description

@cpanderson

Hello, I'm seeing an ActionText render issue with haml-rails v2.1. It prints out the raw html and is not converted. v2.0.1 works fine.

has_rich_content :content

%div= note.content

v2.0.1...

this is a note

v2.1

<div class="trix-content"><div>this is a note</div></div>

I have confirmed that this works using an erb template and not a haml template.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions