Ruby on Rails console is hanging when loading

后端 未结 5 2015
梦如初夏
梦如初夏 2020-12-04 10:01

For whatever reason, the Ruby on Rails console refuses to start; it just hangs. I haven\'t made any changes to my code, and other projects using the same version of Ruby and

5条回答
  •  臣服心动
    2020-12-04 10:19

    Restarting Spring should fix the hanging commands:

    $ bin/spring stop
    

    I experienced hanging commands (rake, bin/rails, etc.) after deleting and recreating a new Ruby on Rails application. Google wasn't that helpful. I hope this is.

    Spring will start automatically when you re-run your command.

提交回复
热议问题