Something happen and now my errors are displayed like "{{attribute}} {{message}}".
For example:
<% form_for(@usuario) do |f| %>
  <% if @usuario.errors.any? %>
    <div id="errorExplanation">
      <br />
      <h2><%= @usuario.errors.count %> errores encontrados:&开发者_如何学Pythonlt;/h2>
      <br/>
      <ul>
      <% @usuario.errors.full_messages.each do |msg| %>
        <p>- <%= msg %></p>
      <% end %>
      </ul>
      <br/>
    </div>
  <% end %>
.
.
.
<%end%>
shows the errors message like:
1 errores encontrados:
    - {{attribute}} {{message}}
Why? What did I do wrong?
Thx.
RESOLVED: I did a rails upgrade from 2.3.8 to 2.3.9...
gem install -v 2.3.9 rails And that solve it!!! =)** --include-dependencies
You have an incompatible version of the i18n gem. Try downgrading to a lower version.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论