railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.45k stars 452 forks source link

Change Rake Commands to Rails #590

Closed camachom closed 7 years ago

camachom commented 7 years ago

I was going through the Installfest and realized the instructions still use rake.

rake db:migrate

Since it uses Rails 5, the rails command would be more intuitive for students since they're already using it to start up the server.

rails db:migrate

Would this be helpful?