dkd / smartr

An advanced FAQ system inspired by stackoverflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rake db:migrate fails

elfassy opened this issue · comments

rake aborted!
undefined method `has_friendly_id' for Question(Table doesn't exist):Class

Is there a demo anywhere of this app to avoid everyone having to build?

There is currently no demo available. Sorry.

  • Checkout the Master Branch
  • Run bundle install
  • cp config/database.yml.example config/database.yml
  • run bundle exec rake db:migrate
  • bundle exec rake sunspot:solr:start

Please note that I am working on a updated version on the rails31 branch. You might want to wait unti that version is ready.