ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Document upgrade migration from acts_as_activity to acts_as_journalized (Bug #550)
Description
The switch to acts_as_journalized
requires back-creating the initial journal for acts_as_activity
objects in a migration.
History
Updated by Eric Davis at 2011-07-31 04:54 am
Might be able to use Issue#recreate_initial_journal!
(defined in Redmine::Acts::Journalized::Creation
). I extracted that from the migration so it can be reused later.
Updated by Felix Schäfer at 2011-09-06 08:26 pm
Began the documentation at Acts_as_journalized.