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

Inertia.js v2.0 compatibility #132

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Conversation

skryukov
Copy link
Contributor

@skryukov skryukov commented Oct 10, 2024

This PR based on work from #121 and #130 and aims to add full Inertia.js v2.0 compatibility (because I want to have a branch to play with the beta πŸ˜‚).

It includes:

Updated documentation: skryukov/inertia_rails-contrib#21

TODO:

#131

ElMassimo and others added 30 commits June 14, 2024 18:27
With this alone, the same Rails app could serve different Inertia apps,
setting a different version for each one in base controllers.
Also, rename it to `inertia_ssr_head`, which is a better description.
Shared data is now frozen to prevent

Also, match the method names for instance variables.

Updated a test that used to call `inertia_share` inside a `before_action`
as that seems like something a user should never do.
@PedroAugustoRamalhoDuarte
Copy link
Contributor

I have created a PR into your fork to solve X-Inertia-Partial-Except skryukov#1

@skryukov skryukov marked this pull request as ready for review October 13, 2024 17:54
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