Multiple choice technology web technology What is the default server for Ruby on Rails? Mongrel Apache Webrick 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.