© Stefan Wintermeyer 2018
Stefan WintermeyerLearn Rails 5.2https://doi.org/10.1007/978-1-4842-3489-1_6

6. Bundler and Gems

Stefan Wintermeyer1 
(1)
Bochum, Germany
 

Gems are how you do package management in the world of Ruby.

../images/460214_1_En_6_Chapter/460214_1_En_6_Figa_HTML.gif If you do not have much time, you can skip this chapter for now and come back to it later if you have any specific questions.

If a Ruby developer wants to offer a specific feature or a certain program or collection of programs to other Ruby developers, the developer can create a package. Those packages are called gems . They can then be installed with the command gem install.

 Take a look at https://www.ruby-toolbox.com to get ...

Get Learn Rails 5.2: Accelerated Web Development with Ruby on Rails now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.