Which of the following is a built-in server for rails?
-
Webmagick
-
Webwidget
-
Webrick
-
Weblaunch
C
Correct answer
Explanation
WEBrick (Web Engine from Ruby) is the built-in web server that ships with Rails. It's included in Ruby's standard library and used by default when you run 'rails server' in development. Options A, B, and D are fictitious names meant to sound similar but don't exist.