Why we use migration in rails?
Answer / Sushil Mohan Sharma
We use migrations in Rails to manage the database schema. Migrations allow developers to make changes to the database structure (e.g., adding, renaming, or removing tables and columns) in a controlled, versioned, and repeatable manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
what the difference between static scaffolding and Dynamic scaffolding?
What is difference between form_for and form_tag?
How will be the future for ruby on rails?
what is Rails Migration?
What are the servers supported by ruby on rails?
when self.up and self.down method is used?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?
Explain how does rails implement ajax?
What are the major components of Ruby on Rails?
Explain rails caching levels.
Explain what are the servers supported by ruby on rails?
what are the positive aspects of Rails?