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

Re-word #49856 CHANGELOG entry [ci skip] #50752

Merged
merged 1 commit into from Jan 15, 2024

Conversation

seanpdoyle
Copy link
Contributor

Follow-up to #49856

Replace shell word expansion with full English. In addition to that change, elaborate on the changes with more detailed explanation.

Follow-up to [rails#49856][]

Replace shell word expansion with full English. In addition to that
change, elaborate on the changes with more detailed explanation.

[rails#49856]: rails#49856 (comment)
@rails-bot rails-bot bot added the actionview label Jan 14, 2024
@seanpdoyle seanpdoyle changed the title Re-word #49856 CHANGELOG entry Re-word #49856 CHANGELOG entry [ci skip] Jan 14, 2024
@byroot byroot merged commit fc7befc into rails:main Jan 15, 2024
4 checks passed
@zzak
Copy link
Member

zzak commented Jan 15, 2024

Thank you!

* Rename `ActionView::TestCase::Behavior::{Content,RenderedViewContent}`
* Rename `ActionView::TestCase::Behavior::Content` to `ActionView::TestCase::Behavior::RenderedViewContent`

Make `RenderedViewContent` inherit from `String`. Make private API with `:nodoc:`
Copy link
Member

@p8 p8 Jan 15, 2024

Choose a reason for hiding this comment

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

Hmm, this line is a bit unclear to me. What is made private API?
Maybe something like:

Suggested change
Make `RenderedViewContent` inherit from `String`. Make private API with `:nodoc:`
`RenderedViewContent` is explicitly made private API and inherits from `String`
instead of SimpleDelegator.

@seanpdoyle seanpdoyle deleted the issue-49818-changelog branch January 15, 2024 13:18
rafaelfranca pushed a commit that referenced this pull request Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants