0

In Michael Hartl's Rails Tutorial section 2.3.3 (A user has_many microposts), when I typed rails console in Git Bash:

$ rails console
Loading development environment (Rails 5.0.0.1)
Switch to inspect mode. 

It freezes at Switch to inspect mode. until I typed Ctrl-C.

I browsed through some similar/previous questions to mine but didn't find the solution that I'm looking for:

Therefore, how can I bypass Switch to inspect mode. and access rails console?

Rails: 5.0.0.1

Rails Tutorial: 4th Edition

Git for Windows: 2.9.0.windows.1

OS: Windows 7 32-bit Ultimate Service Pack 1

Community
  • 1
  • 1

1 Answers1

0

Try using another console:

  • problem for me occurred in the 'Git Bash' console (MINGW64)
  • solution found with the 'rails console' (command prompt with Ruby on Rails) which works perfectly with irb
kart-able
  • 106
  • 1
  • 13