From c33b71c781929c0f073fa356dabe4dd615477ae3 Mon Sep 17 00:00:00 2001 From: Alex MacCaw Date: Sun, 3 Aug 2008 07:56:56 +0100 Subject: [PATCH] Update README --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 305633e..3e4d07a 100644 --- a/README +++ b/README @@ -11,8 +11,9 @@ The plugin calculations can be made online and offline and stored using the rail Much thanks to Toby Segaran and his excellent book Programming Collective Intelligence (http://oreilly.com/catalog/9780596529321/). -TODO -==== +Features +======== + Use join rating scores Using abitary calculated scores Similar Items @@ -21,7 +22,7 @@ Recommended Users Current Release =============== -v0.1 should be considered early alpha and not ready for production applications. Using ratings on the join table is not yet working. Offline recommendations not fully tested. +v0.1 should be considered early alpha and not ready for production applications. Offline recommendations are not fully working. Lots of performance optimisations still to be done. @@ -45,8 +46,8 @@ class User < ActiveRecord::Base end user = User.find(:first) -user.similar_users #=> [] -user.recommended_books #=> [] +user.similar_users #=> [...] +user.recommended_books #=> [...] Contact =======