I'm unsure in which project to open a bug, so I want to ask first.

rails 5.1.1, turbolinks 5.0.1, turbolinks-source 5.0.3


Reproduction steps:

Visit a page with a form with authenticity token field inside
Navigate with turbolinks links or click browser Back and Forward buttons
Check the form with authenticity token field value

Expected:

Its value should be the same of head meta name="csrf-token" value

Got:

Its value differs from head meta name="csrf-token" value

Temporary fix:

Load this javascript (coffeescript syntax):

$(document).on 'turbolinks:load', ->
  $('input[name=authenticity_token]').val Rails.csrfToken()

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-core+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.

Reply via email to