Is ruby a dying language?
Answer / Mahendra Kumar Mahawer
As of now, Ruby is not considered a dying language. It still has a dedicated community, and many popular web applications are built using Ruby on Rails.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define ruby methods.
What is concatenating string in ruby. In how many ways you can create a concatenating string.
How would you implement hash in ruby internally?
What is the difference between static and dynamic scaffolding?
Do you know how ruby looks up a method to invoke?
How many types of associations relationships does a model has?
What is the pattern matching operator in ruby?
what is the role of sub-directory app/controllers and app/helpers?
Tell me how you can create a controller for subject?
mention what is the difference between a single quote and double quote?
Explain when self.up and self.down method is used?
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?