Displaying 2 results from an estimated 2 matches for "fundet".
Did you mean:
funded
2006 Oct 24
13
How can my boss take rails seriously with bugs like this?
The Time::next_week method is supposed to give the time of the start of
the next week. But look at this, it cocks up :
>> t=Time.parse "Monday October 16th 2006"
=> Mon Oct 16 00:00:00 BST 2006
>> t.next_week
=> Mon Oct 23 00:00:00 BST 2006
>> t.next_week.next_week
=> Tue Oct 24 00:00:00 BST 2006
>> t.next_week.next_week.next_week
=> Mon Oct 30
2008 Jun 14
0
does BackgrounDRB not "know" the rails environment it is running within/in parallel with?]
..."
else
logger.info "Faktura med ID #{invoice_id} blev ikke dannet -
som PDF!"
end
else
logger.info "Faktura med ID #{invoice_id} blev ikke dannet - som
HTML!"
end
else
logger.info "Faktura med ID #{invoice_id} blev ikke fundet!"
end
end
end
-------------- next part --------------
An embedded message was scrubbed...
From: Walther H Diechmann <walt at alco.dk>
Subject: does BackgrounDRB not "know" the rails environment it is running
within/in parallel with?
Date: Sun, 15 Jun 2008 01:21:45 +0200...