Sometimes running `bin/rake db:create` doesn't work properly returning
an error message about a database not existing. So we'll execute `rake`.
New users should only have one version of `rake` installed, so executing
`rake` will work fine.
On the other hand, the opposite happens sometimes when executing `rails
s`. So executing `bin/rails s` works in every case.