07 May, 2010
2 commits
-
After the 'copy a sample config file' step: 1. When attempting to migrate, the Ferret assumes that the 'articles' table already exists, generating an error (noosfero.1.log) # rake db:migrate 2. Deleting db/schema.rb, the migration 0024_new_permissions was broken, because the lack of argument env_id on line 3 (noosfero.2.log) # rm db/schema.rb # rake db:migrate 3. It works well for loading the database schema, and then calling db:migrate # rake db:schema:load # rake db:migrate
30 Apr, 2010
1 commit
08 Feb, 2010
1 commit
05 Feb, 2010
1 commit
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
02 Feb, 2010
1 commit
-
Thanks to Nilton Neves for the feedback.
01 Feb, 2010
1 commit