无法解析加密文本的JSON

时间:2019-02-20 16:38:19

标签: ruby mongodb ruby-on-rails-4 mongoid

我更新到Ruby 2.4.2,这要求我将Gibberish更新到2.0。

我收到此错误,不确定是什么原因。

2>&1

我认为问题可能出在这个宝石上,但不确定吗?

        Completed 500 Internal Server Error in 157ms 
    Feb 20 10:34:14 my-staging app/web.1: ActionView::Template::Error (Unable to parse JSON of crypted text): 
    348:           <% end %> 
    349:           <li class="dropdown <%= 'active' if request.fullpath == "/es/account" %>"> 
    350:             <a aria-haspopup="true"> 
    351:               <i class="icon-user"></i> <%= current_user.email %> 
    352:               <b class="caret"></b> 
    353:             </a> 
    354:             <ul> 
    Feb 20 10:34:14 my-staging app/web.1:   config/initializers/mongoid_encryption.rb:15:in `decrypt' 

0 个答案:

没有答案