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.
Initial journal creation fails because of the missing log_encoding of Repositories (Bug #822)
Description
The creation if the initial journals (source:db/migrate/20100714111653_build_initial_journals_for_acts_as_journalized.rb) fails for old setups because the current Repository model assumes that the log_encoding
column is present which is created a bit later (source:db/migrate/20110228000000_add_repositories_log_encoding.rb)
See https://gist.github.com/61b3e1379a65b96d5bde for a stack trace (by mb_the_latter
on IRC)
Associated revisions
- Finnish (Antti Perkiömäki)
- Czech (Maxim Krušina)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1253 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#822] Provide a default log_encoding even if the db column is not present yet