Fixed some major bugs with implications, cleaning up the cache

expiration process and adding some additional tests.

Cleaned up the unit tests.  They should all run cleanly with rake
test:units now.
This commit is contained in:
albert
2010-10-27 16:56:12 -04:00
parent 484ff696e2
commit 1c9d8c37c7
16 changed files with 214 additions and 104 deletions

View File

@@ -15,5 +15,7 @@ gem "delayed_job"
gem "super_exception_notifier"
gem "haml"
gem "simple_form"
gem "mechanize"
gem "nokogiri"
gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"