I am using rails 3 version and ruby 1.8.7 for my application. We
are using Heroku for hosting our application. The application works fine
in my local machine but while running migrate command in heroku(heroku
rake db:migrate) I am facing the following error.
Seems like you are using Ruby 1.9.1 in server and 1.8.7 in local. I
don’t know if this can help you. Just give it a try by changing version.
I am using rails 3 version and ruby 1.8.7 for my application. We
are using Heroku for hosting our application. The application works fine
in my local machine but while running migrate command in heroku(heroku
rake db:migrate) I am facing the following error.