RailsCasts Pro episodes are now free!

Learn more or hide this

Nebojsa Zoric's Profile

GitHub User: nebojsaz

Site: www.kolosek.com

Comments by Nebojsa Zoric

Avatar

If none of the solutions doesn't work. You can do a 'fix' by adding
'CREATE EXTENSION hstore'
in schema.rb file before any table is created and after running migrations.

After that you can call rake db:test:prepare and it will work.
Later you can just discard changes from schema.rb file.