Topic: Webrick Server not working
Hello,
I'm trying to run webrick server for my ruby application
I'm getting this error.
You are not logged in. Please login or register.
Rails Forum - Ruby on Rails Help and Discussion Forum » Setup and Configuration » Webrick Server not working
Hello,
I'm trying to run webrick server for my ruby application
I'm getting this error.
It seems like:
- either you have no mysql23 gem installed (add mysql2 gem t Gemfile and run bundle install)
- either mysql is not started or smth liek that
Check if you can connect to your mysql database with 'mysql' command from the terminal.
Hosting provided by aTech Media