Ruby on Rails Monday, August 30, 2010

Sven Koesling wrote:
> Hi everybody,
>
> with rails 3 I have the problem that the controllers don't accept german
> umlaute anymore.
> E.g. when I try to build an array:
>
> landschaft = %w[ Berg Hügel Tal Ebene]
[...]

This isn't directly related to your problem, but...why on earth is this
stuff in your controller? It should be in the DB, or failing that, in
an initializer or model.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen@marnen.org
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment