Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust rich_text_area to rich_textarea for Rails 8 compatibility #2180

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

alvincrespo
Copy link
Contributor

What are you trying to accomplish?

I'm trying to save folks time in resolving an actiontext update (text_area -> textarea) when upgrading their Rails 8 application with ViewComponent integration and they hit the following error:

ActionView::Template::Error: undefined method `rich_textarea_tag' for 

What approach did you choose and why?

This is just a copy update to the documentation.

Anything you want to highlight for special attention from reviewers?

N/A

Copy link
Collaborator

@Spone Spone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed one ;)

docs/compatibility.md Outdated Show resolved Hide resolved
@alvincrespo
Copy link
Contributor Author

You missed one ;)

Thank you so much for catching that! Just committed your change.

@joelhawksley joelhawksley enabled auto-merge (squash) December 11, 2024 22:29
@joelhawksley joelhawksley merged commit e85b23b into ViewComponent:main Dec 11, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants