Tracks is a GTD™ web application, built with Ruby on Rails https://www.getontracks.org/
Find a file
2007-02-17 05:46:24 +00:00
tracks Broken project and context feeds were caused by NULL created_at/updated_at fields in the projects and contexts tables. This changeset makes the models user Time.now if those fields are nil. It would be best to set these fields to non-null values, but I'm not quite sure how to write that migration yet. Fixes #438. 2007-02-17 05:46:24 +00:00