coletivo
coletivo copied to clipboard
A simple Rails 3 recommendations engine
I have been trying to use this on rails 4 but since rails 4 supports assignment to attributes only which are accessible in their model it's not working Can you...
I have added some optional functionality for models that act as rateable, so that apps can determine user behavior. To this end, if you add: ``` acts_as_rateable ``` to a...
Looks great and seems to work very well.From what I've seen of the code, I'm guessing this uses user-based filtering, and not item based? Correct?
can any one help me in generating the controller and views for that gem ?