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

Add turbo-rails #214

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

Conversation

Francois-gaspard
Copy link
Contributor

This adds turbo-rails to our rails app template, following https://www.hotrails.dev/turbo-rails
This will potentially allow us to (TL;DR):

  • Make pages more responsive
  • Optimize views, so we can respond with and render parts of the view rather than whole pages
  • Push live updates to the browser if we feel fancy

@hiattp
Copy link
Contributor

hiattp commented Jun 22, 2022

@Francois-gaspard Is this backwards compatible with turbolinks, i.e. if we merge this into verumex is the current turbolinks functionality going to break?

@janklimo
Copy link
Contributor

Good job on this one @Francois-gaspard 👍

This should be compatible with Turbolinks given the changes in https://github.com/Verumex/verumex/pull/2495 Haven't merged this until we have a proof that the stack works with our platform. We can merge this once we get to a green build on that PR.

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