diff options
| author | RobertDober | 2017-04-11 15:32:22 +0200 | 
|---|---|---|
| committer | RobertDober | 2017-04-11 17:23:38 +0200 | 
| commit | 3228431fc7e96354df280ade84eb7c7c9f5d9c7f (patch) | |
| tree | 153406e438691ca99d70e60ae20ef3d69ebc957b /INSTALL.md | |
| parent | 7b9370d10a2d67b83610b8cf8b876734972c2ee9 (diff) | |
| download | chouette-core-3228431fc7e96354df280ade84eb7c7c9f5d9c7f.tar.bz2 | |
Some tests -> pending, other tests fixed; Refs #2070
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 9 | 
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 | 
