Hi, I upgraded to version 2.1 yesterday, which worked pretty well (apart from some problems with bundler, which I had never used before).
However, I seem to have one problem with the new rendered_notes feature: - The migration seems to produce empty rendered_notes entries (null in the database), showing an empty box in the UI. - If I edit such a note, it is correctly saved to the database and shown in the UI. - I also verified that app/models/todo.rb:render_note produces the correct result during the migration by putting a puts in there. For some reason this does not get saved to the database. -- Replacing save(false) with save! just produced some error about show_from being older than the current date for some todos, but after fixing this no errors occur anymore. However, it still does not save the rendered_notes to the database. Any ideas? Best regards, Michael _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
