Displaying 1 result from an estimated 1 matches for "mailler_development".
2012 Feb 07
10
Encoding error
...:name %> <br />
4: <label>Descrição</label> <%= f.text_area :description, :cols => 60,
:rows => 6 %><br />
5: <%= f.submit "Editar grupo" %>
6: <% end %>
In my database.yml
development:
adapter: mysql
enconding: utf8
database: mailler_development
reconect: false
username: mailler
password:
pool: 5
timeout: 5000
In my list action, I put utf8_encoding( "utf-8" ) to works, but I was
searching and I don''t find nothing for form_for.
thank you
--
Posted via http://www.ruby-forum.com/.
--
You received this messag...