Files
railsgoat/script/start
T
Joseph Mastey 54b8c291ea upgrade(rails 5): no longer use rake to invoke rake tasks, use rails
though I left the case alone where the command would previously been
just `bundle exec rake`, as doing the same doesn't work for rails.
2017-01-19 13:59:40 -06:00

6 lines
48 B
Bash

#!/bin/bash
set -e
rails db:setup
rails server