1.
Which of the following types of testing is used in Rails?
2.
In Ruby on Rails, which of the following folders contains extended modules for an application?
3.
In Ruby on Rails, what type of value does request.xhr return?
4.
In Ruby on Rails, helpers are modules that provide ____.
5.
There are ___________________ types of callbacks in Ruby on Rails.
6.
In Ruby on Rails, which of the following is an instance variable and class variable respectively?
7.
In Ruby on Rails, which of the following methods is used to invoke the superclass implementation of the current method?
8.
In Ruby on Rails, when you use include, the log method is ____.
9.
Which of the following is used to terminate caches in Ruby on Rails?
10.
Which of the following statements about Ruby on Rails is false?