I'm trying to use this gem barometer
and in the document it says that it can be used right out of the box with using require 'barometer'
I've always used gems and put them in the gemfile
, but I think this is different...
Do I just download this entire repo, and copy all the files in the lib
folder into my vendor
folder? or maybe public
folder?
Where would you typically put these files? And where would you include the require
? Should this be in the application controller? Or maybe in the helper? Sorry for this really noob question.
I know in my local environment, I can just type in gem install barometer
in my console, and not have to put in a require
, but I don't think this will work in heroku, or production environment.