Console not loading server

I have Ruby on Rails installed and I can work fine with the server rails server

, but when I use rails console

to start the console it doesn't load properly.

I'm guessing it might be a WEBrick issue, but uploading to the server ?!

Here's a screenshot showing that the server is working as expected: Work rails server

And here's one of the failed consoles: Unsuccessful rail console

I am running "Windows 7 Ultimate 64bit" with Ruby 2.0.0p598 and Rails 4.2.2.

+3


source to share


1 answer


rails console

shouldn't start the server. It's a console and you just mess with it, typing stuff inside and getting responses from it via text messages on the screen.



Everything works great, you can continue to participate in the mysterious and rewarding world of Ruby on Rails development.

+7


source







All Articles