adspace


Difference between gem and plugin?

Answer Posted / Hina Madan

A gem is a reusable piece of Ruby code that can be installed globally or in a project, while a plugin is an extension for a specific Rails application. Gems are typically distributed via RubyGems, while plugins can be found on the official Rails plugins repository.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of ruby on rails?

949