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 how to create a Journal using acts_as_journalized (Task #518)
Description
acts_as_journalized needs some developer-level documentation on how to correctly create Journals
without dipping into the internal API.
- highlight how
Issue#init_journal
should not be used any longer (public method on the internal API) - describe how to set the journal attributes (
Issue#journal_user
Issue#journal_notes
Issue#extra_journal_attributes
)
Recent updates to the questions plugin can be used.
History
Updated by Eric Davis at 2011-07-29 04:43 pm
Started on the acts_as_journalized page. Not a release blocker (documentation) so closing for now.
Updated by Eric Davis at 2011-07-29 04:43 pm
- Status changed from Open to Closed