search for: work_str

Displaying 1 result from an estimated 1 matches for "work_str".

Did you mean: work_stru
2006 Nov 08
3
long words killing HTML display
Hi, I''m trying to use word_wrap to prevent long ''aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...'' from kill my display tables in HTML. Problem is that word_wrap doesn''t dissect these long words and expects to only break them if it sees a ''\n''. Does anybody know if Rails has a helper to do this, not that it is hard to implement on my own