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 |
What is rails migrations?
What are generators in ruby on rails?
Explain testing in rails.
what is the log that has to seen to check for an error in ruby rails?
what is ORM (Object-Relationship-Model) in Rails?
In how many ways you can create rails layout http response.
What are the functions performed by rails migration?
What does ruby name refer to?
what is the defined operator?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
What is the main function of helpers used in ruby on rails?
what is rails caching?