Ruby Developer Question:

Download Job Interview Questions and Answers PDF

Do you know what is rake in Rails?

Ruby Developer Interview Question
Ruby Developer Interview Question

Answer:

Rake is a Ruby Make; it is a Ruby utility that substitutes the Unix utility ‘make’, and uses a ‘Rakefile’ and ‘.rake files’ to build up a list of tasks. In Rails, Rake is used for normal administration tasks like migrating the database through scripts, loading a schema into the database, etc.

Download Ruby Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what is the difference between Dynamic and Static Scaffolding?Tell me what is the difference between Active support’s “HashWithIndifferent” and Ruby’s “Hash” ?