Exam 11: Ruby on Rails Web Development

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Views are programs responsible for an application's user interface, presenting data in a predefined format.

(True/False)
4.8/5
(28)

Which of the following commands can be used to keep Ruby on Rails up to date?

(Multiple Choice)
4.7/5
(31)

____ help maintain a separation between an application's programming logic and the presentation of its data.

(Multiple Choice)
4.9/5
(34)

When Ruby on Rails is installed on your computer, so is a small web server called WEBrick, which you use as your Ruby on Rails development environment.

(True/False)
4.9/5
(35)

Views are responsible for performing data validation.

(True/False)
4.9/5
(39)

One limitation of Ruby on Rails applications is that they are limited to a small subset of supported database management systems.

(True/False)
5.0/5
(41)

Ruby on Rails can work with any web server. In addition, it comes with its own web server named ____.

(Multiple Choice)
4.8/5
(30)

Railties provide a framework for adding email services to Ruby on Rails applications, enabling applications to send email and receive email.

(True/False)
4.8/5
(40)

____ Manages the connections between application objects and database tables, mapping local application objects to web resources.

(Multiple Choice)
4.8/5
(32)

Views are implemented via Ruby on Rails' ____ library, which defines presentation templates that are used in displaying data.

(Multiple Choice)
4.8/5
(34)

By applying the principle of Convention Over Configuration, Ruby on Rails applications are designed based on the idea that you should avoid writing the same program code more than once within a web application.

(True/False)
4.8/5
(31)
Showing 41 - 51 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)