aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRobertDober2017-04-11 15:32:22 +0200
committerRobertDober2017-04-11 17:23:38 +0200
commit3228431fc7e96354df280ade84eb7c7c9f5d9c7f (patch)
tree153406e438691ca99d70e60ae20ef3d69ebc957b /INSTALL.md
parent7b9370d10a2d67b83610b8cf8b876734972c2ee9 (diff)
downloadchouette-core-3228431fc7e96354df280ade84eb7c7c9f5d9c7f.tar.bz2
Some tests -> pending, other tests fixed; Refs #2070
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 16514d5c4..c8dbf97ba 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -68,3 +68,12 @@ Get yourself an invitation to [Stif Portail](http://stif-portail-dev.af83.priv/)
on your [profile page](http://stif-portail-dev.af83.priv/users/edit)
+# Troubleshouting
+
+If PG complains about illegal type `hstore` in your tests that is probably because the shared extension is not installed, here is waht to do:
+
+ bundle exec rake db:schema:dump # if not up to date
+
+ RAILS_ENV=test bundle exec rake db:drop
+ RAILS_ENV=test bundle exec rake db:create
+ RAILS_ENV=test bundle exec rake db:schema:load