<p></p>
<blockquote>
<p>Just need to wait for that.</p>
</blockquote>
<p>In the meantime I've been testing against the 6-0-stable branch of rails, and it turns out that we make a surprising number of writes during GET requests! Way more than I expected. Some of these are reasonable (like updating the "message_read" when viewing messages, or the "needs_view" flag for user_blocks). Some are more dubious but not super important, like resending the registration confirmation email being via GET. Some are tricky, like how our signin system uses a GET request on a redirect to complete the signin process, or the magical mystical I-certainly-don't-understand-this rigmarole of creating tokens during OAuth GET requests. And then some I think can be definitely refactored, like the admin links to suspend or delete users all working via GET requests.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/issues/2634#issuecomment-635166552">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLN33CERGN3MVPPIZY3RTYHTRANCNFSM4NMGKH5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLN4WNJO75FUTH7VMIDRTYHTRA5CNFSM4NMGKH52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEXN56WA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/issues/2634#issuecomment-635166552",
"url": "https://github.com/openstreetmap/openstreetmap-website/issues/2634#issuecomment-635166552",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>