I have spring installed and I run
bin/rake
As a result the tests are run successfully and everything is fine.
Imediately after that I start bin/rake again and after one-two seconds prec Ctrl+C. The process is stopped.
If i then run bin/rake I get an error that non of the migration is run and running the migrations with
bin/rake db:migrate does not do anything.