Ruby on Rails Developer Question:
Download Questions PDF

Please explain what is the purpose of the rakefile available in the demo directory in Ruby?

Ruby on Rails Developer Interview Question
Ruby on Rails Developer Interview Question

Answer:

The purpose of this simple question is to make sure a developer is familiar with a test-driven development. A beginner may not have dealt with this file yet. The rakefile is similar to the makefile in Unix, and assists with packaging and testing Rails code. It’s used by the rake utility, which ships natively with the Ruby installation.

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what Are The Servers Supported By Ruby On Rails?Do you know what is Rails Caching?