Files
nairobi/docs/english-documentation/customization/gems.md
2020-07-14 22:51:03 +00:00

371 B

Gems

To add new gems (libraries) you can edit the Gemfile_custom file. For example to add rails-footnotes gem you would just add:

gem 'rails-footnotes', '~> 4.0'

And then just do the classic Ruby on Rails flow bundle install and following any gem specific install steps from it's own documentation.