From 3bfa890d10da05a0f441b377542d1bd5842d8b80 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Sat, 29 Oct 2011 15:14:46 -0400 Subject: [PATCH] Notes for todo. --- README.rdoc | 2 +- TODO | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 TODO diff --git a/README.rdoc b/README.rdoc index fb29c3f..71ef100 100644 --- a/README.rdoc +++ b/README.rdoc @@ -5,7 +5,7 @@ GroupedScope aims to make two things easier in your ActiveRecord models. First, easy way to group objects, second, to allow the group to share associated object via existing has_many relationships. See installation and usage for more details. -By the way, this plugin has been tested with rails 2.3.2, 2.2.2, and 2.1.1 +By the way, this plugin has been tested with rails 2.3.x === Installation & Usage diff --git a/TODO b/TODO new file mode 100644 index 0000000..4dd9c47 --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ + +* Use appraisal for rails dep testing. + https://github.com/thoughtbot/appraisal + +* Redo for rails 3.1 tests.