Ruby on Rails Developer Question:

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 PDF Read All 30 Ruby on Rails Developer Questions
Previous QuestionNext Question
Do you know the role of garbage collection in Ruby on Rails?Tell us what Is Active Record?