Last active
October 7, 2021 13:33
-
-
Save airblade/a21e753586beb23ba8e0c87ee7e667c5 to your computer and use it in GitHub Desktop.
Revisions
-
airblade revised this gist
Oct 7, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ | `form_with` | HTTP request | XHR / fetch() | |---------------|----------------|-----------------| | 6.0 | `local: true` | (default) | | 6.1 | (default) | `local: false` | -
airblade revised this gist
Oct 6, 2021 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,6 @@ | `form_with` | local | remote | |---------------|---------|----------| | 6.0 | `local: true` | (default) | | 6.1 | (default) | `local: false` | `link_to`, `form_for`: defaults to local. Use `remote: true` to make remote. -
airblade revised this gist
Oct 6, 2021 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ | `form_with` | local | remote | |-------------|---------|----------| | 6.0 | `local: true` | (default) | | 6.1 | (default) | local: false | -
airblade created this gist
Oct 6, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ | form_with | local | remote | |-------------|---------|----------| | a | b | c |