Mention what is the command to create a migration?
Answer / Sarveshkumar
In Ruby on Rails, the command to create a new migration file is:nn$ rails generate migration [migration_name]
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of interpolation in ruby?
What is ruby object?
How to create ruby object?
In how many ways you can compare Ruby string?
Is ruby supports single inheritance/ multiple inheritance or both?
What is yield in ruby?
What is the difference between ruby 1.9 and ruby 2.0?
Tell us the types of variables available in ruby class?
what is the syntax for Ruby collect Iterator?
Tell us what is class libraries in ruby?
What's the difference in scope for these two variables: @name and @@name?
Explain the garbage collection feature of ruby?