You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twang15 edited this page Apr 19, 2021
·
1 revision
Terminology
Gem: A gem is a module/Library that you can install and use in every project on your server.
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.