search for: samuelk

Displaying 4 results from an estimated 4 matches for "samuelk".

Did you mean: samuel
2005 Jul 08
2
Multiple language support
Hi I am a newbie on Rails. I am trying to figure out how to implement a multiple language site. How do you deal with navigation, error messages coming from Rails etc. Anybody have practical suggestions? Tnx -- PC -- PC __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2005 Jan 29
4
format question
how can I get a float to always print two decimal places? Thanks, Jamie
2006 May 10
1
acts_as_ferret choking
...ide the block that gets passed to @sub_readers.each, but it feels like a bad way of solving it. Anyone who knows why this happens in the first place? And what should I do to avoid it? //samuel _______________________ Samuel Kvarnbrink mail: samuel.kvarnbrink at minervaskolan.se blog: http://samuelk.info "I once had a problem. I thought: "Oh, I know: I''ll just use XML!" Now I had two problems."
2005 Jul 04
1
Localization problems with leeding html escaped ÅÄÖ
Hi All. When translating a string to in swedish, using HTML codes for å,ä,ö i have a minor problem. Eg: (se.yaml) ui_core_over: Över All I get when calling l(''ui_core_over'') in my view is "Ouml;ver" The leeding & is missing, making the page look silly. The HTML characters works fine as long as it''s not used as the first letter in the string.