Displaying 2 results from an estimated 2 matches for "mailler".
Did you mean:
mailer
2001 Sep 04
1
searching the r-help list
Do those who have had trouble finding stuff in the R-archive
used the search engine?
http://www.scirus.com/
And as far as threading goes. My mailler "mutt" threads the
mailing list quite nicely.
--Clayton
--
Clayton Springer, Ph. D.
Sandia National Laboratories csprin at ca.sandia.gov
Biosystems Research Department (925) 294-2143
P.O. Box 969, MS 9951 fax: (925) 294-30...
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...