* Removed memcaching for TagImplication (too many latent race conditions)
* Added Post.exact_tag_match to skip normalization/metatag parsing * Added DelayedJob support for tag alias/implication processing
This commit is contained in:
25
Gemfile.lock
25
Gemfile.lock
@@ -46,7 +46,7 @@ GEM
|
||||
activesupport (= 3.1.0.rc1)
|
||||
activesupport (3.1.0.rc1)
|
||||
multi_json (~> 1.0)
|
||||
arel (2.1.3)
|
||||
arel (2.1.4)
|
||||
bcrypt-ruby (2.1.4)
|
||||
builder (3.0.0)
|
||||
daemons (1.1.4)
|
||||
@@ -54,9 +54,9 @@ GEM
|
||||
activesupport (~> 3.0)
|
||||
daemons
|
||||
erubis (2.7.0)
|
||||
factory_girl (1.3.3)
|
||||
factory_girl (2.0.2)
|
||||
haml (3.1.2)
|
||||
hike (1.1.0)
|
||||
hike (1.2.0)
|
||||
i18n (0.6.0)
|
||||
imagesize (0.1.1)
|
||||
mail (2.3.0)
|
||||
@@ -64,10 +64,10 @@ GEM
|
||||
mime-types (~> 1.16)
|
||||
treetop (~> 1.4.8)
|
||||
mechanize (2.0.1)
|
||||
net-http-digest_auth (~> 1.1, >= 1.1.1)
|
||||
net-http-digest_auth (>= 1.1.1, ~> 1.1)
|
||||
net-http-persistent (~> 1.8)
|
||||
nokogiri (~> 1.4)
|
||||
webrobots (~> 0.0, >= 0.0.9)
|
||||
webrobots (>= 0.0.9, ~> 0.0)
|
||||
memcache-client (1.8.5)
|
||||
mime-types (1.16)
|
||||
mocha (0.9.12)
|
||||
@@ -76,15 +76,15 @@ GEM
|
||||
net-http-persistent (1.8)
|
||||
nokogiri (1.5.0)
|
||||
pg (0.11.0)
|
||||
polyglot (0.3.1)
|
||||
rack (1.3.1)
|
||||
polyglot (0.3.2)
|
||||
rack (1.3.2)
|
||||
rack-cache (1.0.2)
|
||||
rack (>= 0.4)
|
||||
rack-mount (0.8.1)
|
||||
rack (>= 1.0.0)
|
||||
rack-ssl (1.3.2)
|
||||
rack
|
||||
rack-test (0.6.0)
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rails (3.1.0.rc1)
|
||||
actionmailer (= 3.1.0.rc1)
|
||||
@@ -109,16 +109,17 @@ GEM
|
||||
simplecov (0.4.2)
|
||||
simplecov-html (~> 0.4.4)
|
||||
simplecov-html (0.4.5)
|
||||
sprockets (2.0.0.beta.10)
|
||||
hike (~> 1.0)
|
||||
sprockets (2.0.0.beta.12)
|
||||
hike (~> 1.2)
|
||||
rack (~> 1.0)
|
||||
tilt (!= 1.3.0, ~> 1.1)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
super_exception_notifier (3.0.13)
|
||||
actionmailer
|
||||
rake
|
||||
thor (0.14.6)
|
||||
tilt (1.3.2)
|
||||
treetop (1.4.9)
|
||||
treetop (1.4.10)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.29)
|
||||
webrobots (0.0.10)
|
||||
|
||||
Reference in New Issue
Block a user