This has got to be a duplicate question, but I can't find the magic words on Google.
What are the best practices when including a library that isn't a gem (in other words: a library that is part of Ruby but nonetheless requires an explicit require
)? Should I require it in config/environment.rb
?
Thanks.