Displaying 4 results from an estimated 4 matches for "time_with_datetime_fallback".
2007 Jul 23
0
Request for review of activesupport patches
I''ve got a test suite trifecta going here; all three need review, comments
and (hopefully) approval:
http://dev.rubyonrails.org/ticket/9019
"Fix time_with_datetime_fallback on really old dates"
This is a bug in time_with_datetime_fallback. The test suite currently
fails for me without this patch.
http://dev.rubyonrails.org/ticket/9020
"Fix activesupport time tests"
This is a simple "we want an explicit timezone" patch.
http://dev.rubyonrail...
2009 Jun 18
3
Date.new.to_time.to_i
What''s going on here!?
>> Date.new.to_time.to_i
NoMethodError: undefined method `to_i'' for Mon, 01 Jan -4712 00:00:00
-0800:DateTime
from (irb):25
>> Date.today.to_time.to_i
=> 1245308400
>> RUBY_VERSION
=> "1.8.7"
>> Rails.version
=> "2.1.1"
(I''m not sure if this is a rails thing, or just a ruby thing)
--
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
Hello all. I am a novice Ruby on Rails programmer, starting my first
project using a legacy Oracle 10 database. Using ''reverse_scaffold'' I
have created the models/controllers/views for my existing Oracle
tables.
All seems to work well, using /model/index, /model/show for most of my
tables, *except* when one of the tables contains a Oracle ''date''
column, for
2008 Jun 08
20
how to parse a "dd/mm/yyyy" formatted date string???
Hi,
I''m stuck. How do you parse a "dd/mm/yyyy" formatted date string???
I get a date format error.
Thanks in advance
Greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to