Tell me what is rails migration?



Tell me what is rails migration?..

Answer / Satya Swarup Anand

Rails Migrations are a set of Active Record database schema changes, typically used in Ruby on Rails to modify the structure of databases that back your application. These migrations are files written in Ruby that describe the current state of the database and how it needs to be modified to achieve the desired state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby on Rails Interview Questions

What is rails migrations?

1 Answers  


What are generators in ruby on rails?

1 Answers  


Explain testing in rails.

1 Answers  


what is the log that has to seen to check for an error in ruby rails?

1 Answers  


what is ORM (Object-Relationship-Model) in Rails?

1 Answers  


In how many ways you can create rails layout http response.

1 Answers  


What are the functions performed by rails migration?

1 Answers  


What does ruby name refer to?

1 Answers  


what is the defined operator?

1 Answers  


Do you know what is cross-site request forgery (csrf) and how rails is protected against it?

1 Answers  


What is the main function of helpers used in ruby on rails?

1 Answers  


what is rails caching?

1 Answers  


Categories