Skip to content

Ruby on Rails

twang15 edited this page Apr 19, 2021 · 1 revision

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.

Clone this wiki locally