Ruby on Rails Developer Question:
Download Questions PDF

What is Rails Migrations?

Answer:

Migrations are a way to alter database schema over time in a consistent and organized manner. They use a Ruby DSL through which there is no need to write SQL by hand.

Download Ruby on Rails Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know the role of garbage collection in Ruby on Rails?Tell us what Is Active Record?