* Open recommendations to all users (not just gold). * Show recommendations on all posts (not just posts after 2017). * Allow users to browse recommendations for other users. * Increase number of recommended posts returned. * Change endpoints to /recommended_posts?user_id=1234 and /recommended_posts?post_id=1234 and add json/xml support.
2 lines
68 B
Plaintext
2 lines
68 B
Plaintext
$("#recommended").html("<%= j render "recommended_posts/show" %>");
|