scaffeinate / socify

:rocket: Socify is an open source social networking platform written in Ruby on Rails
http://socifyapp.herokuapp.com
GNU General Public License v2.0
375 stars 210 forks source link

Migration Error #9

Closed Progklui closed 8 years ago

Progklui commented 8 years ago

I got a clone of the project and tried to run it.

When connecting to localhost:3000 I get the error ActiveRecord::PendingMigrationError. I tried to fix it but nothing worked.

Could you help me with this error?

scaffeinate commented 8 years ago

@Progklui Did you run rake db:migrate?

Progklui commented 8 years ago

Yes, I followed the steps described on your blog and on github.

Progklui commented 8 years ago

Hi,

I have found my mistake. I have installed rake version 10.5.0 on my system but your Gemfile requires rake version 10.4.2. After uninstalling version 10.5.0 and installing 10.4.2 everything works fine.

Great app!!

scaffeinate commented 8 years ago

@Progklui Thank you :+1: