Delivery of PINs via EMAIL & SMS
Posts tagged build task ‘db::create’
sudo rake db::create Problem with rails 3
0261 days
by admin
in Ruby on Rails
You have tried sudo rake db::create and received the following error:
rake aborted!
Don’t know how to build task ‘db::create’
1. In terminal navigate to your app folder, and try the following command: sudo rake db:create
This is the same command with single colon which solved the error in my case.