-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
When I share a session created in Phoenix with my Rails 4.2 app I get the following exception in my views when calling form_authenticity_token or csrf_meta_tags. Any ideas?
nil can't be coerced into Fixnum
comes from this line:
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.8/lib/action_controller/metal/request_forgery_protection.rb:321
def xor_byte_strings(s1, s2)
s1.bytes.zip(s2.bytes).map { |(c1,c2)| c1 ^ c2 }.pack('c*')
endMetadata
Metadata
Assignees
Labels
No labels