Skip to content

Instantly share code, notes, and snippets.

@airblade
Last active October 7, 2021 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save airblade/a21e753586beb23ba8e0c87ee7e667c5 to your computer and use it in GitHub Desktop.
Save airblade/a21e753586beb23ba8e0c87ee7e667c5 to your computer and use it in GitHub Desktop.
Upgrading Rails 6.0 to 6.1
form_with HTTP request XHR / fetch()
6.0 local: true (default)
6.1 (default) local: false

link_to, form_for: defaults to local. Use remote: true to make remote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment