Time Left : 00 : 30 : 00

representation of a resource is called ————-.

Correct Answer : C

what tag starts a form?

Correct Answer : C

do models have singular or plural names?

Correct Answer : D

what is naming convention for classes?

Correct Answer : B

what environments does Rails have by default?

Correct Answer : A

why should partials generally use local variables?

Correct Answer : A

which two steps to include test.xml data to the partial “map” (via the variable “data”)…?

Correct Answer : B

Rails’ application framework is called ———-?

Correct Answer : A

where do you edit routs?

Correct Answer : D

why do you only need to call “render” in the controller sometimes and not always?

Correct Answer : D

what is the filter code that calls on the “check_logged_in” method for only the “edit” and “update” methods?

Correct Answer : D

What is gemset?

Correct Answer : A

what is naming convention for file names ?

Correct Answer : B

What is gem?

Correct Answer : B

What is rake?

Correct Answer : B

how does rake tell which migrations have been run and which have not?

Correct Answer : B

when you put something into an array, does the array keep a separate copy?

Correct Answer : A

how does “rake” differ from “ruby”?

Correct Answer : C

where do you add the filter code?

Correct Answer : D

how should you order routes?

Correct Answer : B

how do partials look compared to regular erb files?

Correct Answer : D

why is it good to redirect after inserting info into the database?

Correct Answer : C

what’s the difference between model names and controller names?

Correct Answer : C

to add login security, which two pieces of code do you need?

Correct Answer : D

what kind of tests are there?

Correct Answer : A

how does Rails choose to correct format to generate?

Correct Answer : A

how do you run a migration?

Correct Answer : D

what checks if an input is numeric?

Correct Answer : D

what is scriptlet versus expression

Correct Answer : D

how do you generate regular model code (not scaffolding)?

Correct Answer : A