From 48b381976412b1130125feff7e39cd703ff60dcb Mon Sep 17 00:00:00 2001 From: John McAliley Date: Mon, 1 Apr 2013 22:39:56 -0300 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b4fb1e..684ff2d 100644 --- a/README.md +++ b/README.md @@ -179,15 +179,7 @@ This command create a file `impression.rb` on `config/initializer` folder. Add ` # config.orm = :active_record config.orm = :mongoid end - -Development Roadmap -------------------- -* Automatic impression logging in views. For example, log initial view, and - any partials called from initial view -* Customizable black list for user-agents or IP addresses. Impressions will be - ignored. Web admin as part of the Engine. -* Reporting engine -* AB testing integration + Contributing to impressionist -----------------------------