Answers

Question and Answer:

  Home  Ruby Developer

⟩ What is the difference between a gem and a plugin in Ruby?

☛ Gem: A gem is a just ruby code. It is installed on a machine, and it’s available for all ruby applications running on that machine.

☛ Plugin: Plugin is also ruby code, but it is installed in the application folder and only available for that specific application.

 128 views

More Questions for you: