* Refactored post history. Each post now has a single history record. This history record has multiple revisions, serialized as JSON in a text field.

This commit is contained in:
albert
2010-11-06 03:08:27 -04:00
parent 6076788d60
commit f3b4312ef3
11 changed files with 190 additions and 19 deletions

View File

@@ -17,5 +17,6 @@ gem "haml"
gem "simple_form"
gem "mechanize"
gem "nokogiri"
gem "meta_search"
gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3"