Я обновил до Ruby 2.4.2, который потребовал от меня обновить Gibberish до 2.0.
Я получаю эту ошибку и не уверен, что является виновником.
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'
Я думаю, чтопроблема может быть в этом драгоценном камне, но не уверен ??
gem 'mongoid-encrypted-fields', :path => "./vendor/plugins/mongoid-encrypted-fields-1.2.2"