* 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

@@ -61,6 +61,11 @@ GEM
mechanize (1.0.0)
nokogiri (>= 1.2.1)
memcache-client (1.8.5)
meta_search (0.9.7.2)
actionpack (~> 3.0.0)
activerecord (~> 3.0.0)
activesupport (~> 3.0.0)
arel (~> 1.0.1)
mime-types (1.16)
mocha (0.9.9)
rake
@@ -107,6 +112,7 @@ DEPENDENCIES
imagesize
mechanize
memcache-client
meta_search
mocha
nokogiri
pg