Replies: 1 comment
-
Have you got the very latest code? There was a change to the sequel gem recently that meant I had to go through and add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the local ruby guide for Windows.
Installed Ruby 2.7.6 and bundler using RubyInstaller and gem install bundler.
Then ran the server using bundle exec rackup -p 9292 -o 0.0.0.0 which looks to load fine.
Then going to localhost:9292 I get an exception:
Any ideas? Do I need to install something else?
Beta Was this translation helpful? Give feedback.
All reactions