Hi All,
I use rails 3.0.1 in my application and when the server web load this
following page http://localhost:3000/signup
Sign up
<%= form_for(@user) do |f| %><%= f.text_field :name %>
<%= f.text_field :email %>
<%= f.password_field :password %>
<%= f.password_field :password_confirmation %>
recieve this message:
I18n::InvalidLocaleData in Users#new
can not load translations from
/cluter/RoR/sample_app/config/locales/routes.rb, expected it to return a
hash, but does not
Showing /cluter/RoR/sample_app/app/views/users/new.html.erb where line
#5 raised:
Extracted source (around line #5):
2:
3: <%= form_for(@user) do |f| %>
4:
5: <%= f.label :name %>
6: <%= f.text_field :name %>
7:
8:
reading on different forums maybe something wrong on
config/locales/en.yml or not load yaml file?