I am new to RoR and am starting on the guide at http://guides.rubyonrails.org/getting_started.html .
When I run the command bin/rails db:migrate
, I get the error command db:migrate not recognized
But I am able to run the command bin/rake db:migrate
without any issues.
My question is : is there any difference between the two or can I just rest easy and use rake? Thanks!