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 |
How would you implement hash in ruby internally?
What is the use of load and require in ruby?
Explain ruby class.
What are the object-oriented programming features supported by ruby?
Tell me how do you remove nil values in array using ruby?
What are class libraries in Ruby?
What is ruby methods?
How would you freeze an object in ruby?
What are the only two values that are falsy?
What are the ruby variables?
Explain for loop in Ruby?
Tell me can you call a private method outside a ruby class using its object?