Rails - `rails console` can't start
Today I have problem, when i type command rails c
, nothing happens :v, just
stuck.
After gg, I found a solution here: https://stackoverflow.com/questions/24276033/rails-console-doesnt-start
Simply, just stop spring with command: spring stop
ez trick :v