From bfe1e8b887dba5b19f128ec593552b59ddb3bb7b Mon Sep 17 00:00:00 2001 From: Cyril Mougel Date: Wed, 25 Sep 2013 15:44:16 +0200 Subject: [PATCH] Add information about the Mongoid database file need to be udpate --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eac572e..cbde099 100644 --- a/README.md +++ b/README.md @@ -328,8 +328,8 @@ user.admin = true user.save! ``` -Upgrading ---------- +## Upgrading + When upgrading Errbit, please run: ```bash @@ -342,8 +342,14 @@ rake assets:precompile If we change the way that data is stored, this will run any migrations to bring your database up to date. -User information in error reports ---------------------------------- +### Upgrade from errbit 0.2 to 0.3 + +The file of MongoDB connection config/database.yml change between 0.2 to +0.3. So Check the new config/database.yml.example file and update it in +good way. + + +## User information in error reports Errbit can now display information about the user who experienced an error. This gives you the ability to ask the user for more information, -- libgit2 0.21.2