Search⌘ K

Quiz Yourself on Rails Basic Application

Let's test your understanding of the basics of Rails application.

We'll cover the following...
Technical Quiz
1.

Which command is used to create a new Rails application from the following?

A.

rails new RailsApp Create

B.

rails create RailsApp new

C.

rails create RailsApp

D.

All of the above


1 / 7