RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: michelemina
Always a new stuff, thanks Ryan.
Simple Timecop.freeze doesn't work with Oracle db, because:
Timecop.freeze
ORA-01841: (full) year must be between -4713 and +9999, and not be 0
A time must be specified for example Timecop.freeze(DateTime.now)
Timecop.freeze(DateTime.now)
Always a new stuff, thanks Ryan.
Simple
Timecop.freeze
doesn't work with Oracle db, because:ORA-01841: (full) year must be between -4713 and +9999, and not be 0
A time must be specified for example
Timecop.freeze(DateTime.now)