Mention what is the difference between a gem and a plugin in ruby?
Answer / Alka Yadav
In Ruby, gems are reusable libraries or tools packaged for easy installation and use across multiple projects. They can include both code and documentation. On the other hand, plugins are extensions to specific applications that add additional functionality. While some plugins can be distributed as gems, not all gems are plugins.
| Is This Answer Correct ? | 0 Yes | 0 No |
Please explain what is mvc and why do we use it?
What are Ruby arrays and how they can be created?
What does irb stand for?
How can you removed from array in ruby?
Name some operators used in ruby.
Explain about Float, Dig and Max?
How many iterators are there in ruby?
how many ways you can create a concatenating string?
What is mvc? And how it works?
How do the following methods differ: @my_string.strip and @my_string.strip! ?
Tell us what is the difference between dynamic and static scaffolding?
What is ruby class?