Displaying 2 results from an estimated 2 matches for "numbnut".
Did you mean:
numbnuts
2007 Apr 21
2
Cron error
Hello,
This morning, root received an e-mail from the cron daemon as the following:
--------------------------------
Subject: Cron <root> run-parts /etc/cron.daily
/etc/cron.daily:00webalizer:
Warning: Truncating oversized referrer field
--------------------------------
I haven't changed anything to cron or to my intranet website (I'm assuming
that's what the webalizer
2009 Jul 24
7
number_to_currency not working since 2.1.1
Back in 2.1.1 everything was sweet:
Loading development environment (Rails 2.3.3)
>> include ActionView::Helpers::NumberHelper
=> Object
>> number_to_currency(12.3)
>> "$12.30"
Then I upgraded to 2.3.2 and:
Loading development environment (Rails 2.3.3)
>> include ActionView::Helpers::NumberHelper
=> Object
>> number_to_currency(12.3)
>> 12.3