1.

Mention What Is The Difference Between A Gem And A Plugin In Ruby?

Answer»
  • 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.



Discussion

No Comment Found