Ruby on Rails - StanfordBioinformatics/pulsar_lims GitHub Wiki

Terminology

  1. Gem: A gem is a module/Library that you can install and use in every project on your server.
  2. Plugin: A plugin is a module/Library that you can use inside your project. Indeed, if you make some code what you like to share you can make a gem or plugin of it.