I would like to have a recommendation functionality for my Rails web app. In particular, I want to recommend a newly signed-up user other users he may want to follow.
Is there an engine/gem for this purpose in Rails? If not, where should I start to build it?
Thank you.