Difference between gem and plugin?



Difference between gem and plugin?..

Answer / 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

More Ruby on Rails Interview Questions

Explain rails caching levels.

1 Answers  


how can we define Ruby regular expressions?

1 Answers  


What is rails migrations?

1 Answers  


List out what can Rails Migration do?

1 Answers  


what is Ruby on Rails?

1 Answers  


What is the current version of ruby on rails?

0 Answers  


what is rake in Rails?

1 Answers  


Write a program to generate and run the application without the use of database

1 Answers  


Explain the importance of yield statement in rails.

1 Answers  


What is the importance of rjs?

1 Answers  


How do rails implement ajax?

1 Answers  


How to find second max element from database ?

1 Answers  


Categories