Multiple choice technology web technology

What is the default server for Ruby on Rails?

  1. Mongrel

  2. Apache

  3. Webrick

  4. Tomcat

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

WEBrick (included in Ruby's standard library) is the default development server for Rails. Mongrel (A) was popular historically, Apache (B) is production-grade, Tomcat (D) is for Java.