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

Improve rendering outside request #616

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Commits on Apr 16, 2024

  1. Document rendering outside request

    Follow-up to [hotwired#529][]
    Closes [hotwired#613][]
    
    Remove the `&` operator from the `Turbo::Frames::FrameRequest` concern,
    since it isn't solving the original issues in the way that it intended.
    
    Instead, add documentation to the `README.md` that highlights
    `turbo-rails`'s compatibility with [ActionController::Renderer][].
    
    [hotwired#529]: hotwired#529
    [hotwired#613]: hotwired#613
    [ActionController::Renderer]: https://api.rubyonrails.org/classes/ActionController/Renderer.html
    seanpdoyle committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e23f05f View commit details
    Browse the repository at this point in the history