Displaying 3 results from an estimated 3 matches for "derrough".
2006 Jan 15
15
Gettext and Rails ?
Hello,
I''m trying to use ruby-gettext 1.1.1 (installed with gem) with rails and
here is all I get :
undefined method `init_gettext'' for ApplicationController:Class
Here is my source :
require ''gettext/rails''
class ApplicationController < ActionController::Base
init_gettext "test"
end
As a Nuby, I don''t really know what to do.
2006 Jan 24
4
PDF::SimpleTable performance issues
Hello,
I am having performance issues ending with a ''time out'' from Apache when
I try to generate a PDF file using pdf-writer.
It seems to happen at the render_on(pdf) function call ; the table I am
trying to draw has 8 colums which values are generated on the fly.
Can''t find anything about pdf-writer and the ''time out'' on the Web so
far.
Any
2006 Jan 10
0
How to output date select in another language ?
Hello,
I''ve been trying to output date selects in another language without
success.
http://wiki.rubyonrails.com/rails/pages/HowToOutputDatesInAnotherLanguage
The link above describes a way to output dates in whatever language you
want (I tested the example given and it worked fine) but it doesn''t seem
to work for date selects.
Any ideas or workarounds ?
Thanks in