Undefined method `^' for "0":String

Showing app/views/layouts/admin.html.erb where line #51 raised:

undefined method `^’ for “0”:String

Extracted source (around line #51):

48:

49:
50:


51: <% if flash[:notice] %>
52:
<%= flash[:notice] %>

53: <% end %>
54:

You might be running into the issue mentioned here -
https://rails.lighthouseapp.com/projects/8994/tickets/3144-undefined-method-for-string-ror-234

If so, there is a patch for it in the link :slight_smile:

Regards,
Kashyap

C K Kashyap wrote:

You might be running into the issue mentioned here -
https://rails.lighthouseapp.com/projects/8994/tickets/3144-undefined-method-for-string-ror-234

If so, there is a patch for it in the link :slight_smile:

Regards,
Kashyap

how to?

how to?

download the patch_file from the link I sent -

If you are on a unix like os - you need to navigate to (your gem
installation path)/activesupport/lib/active_support and run patch -p1
< patch_file and provide the name message_verifier.rb

if on windows just google and find out how to apply the patch … in
the worst case, open the patch file and figure out the changes that
need to be done in message_verifier.rb…