CachedSupermodel 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.txt +6 -0
- data/Rakefile +1 -1
- metadata +3 -3
data/README.txt
CHANGED
|
@@ -8,6 +8,12 @@ A library that overloads lots of methods in ActiveRecord::Base and ActiveRecord:
|
|
|
8
8
|
to automatically cache all descendants of ActiveRecord::Base and their associations and finders
|
|
9
9
|
etc in memcached using the AdoccaMemcache gem.
|
|
10
10
|
|
|
11
|
+
Based on cached_model by <a href="http://dev.robotcoop.com/">robotcoop</a>. We started out with
|
|
12
|
+
their code, but added so much that it merited its own plugin.
|
|
13
|
+
|
|
14
|
+
Apologies for not doing proper contributions to their project instead of building our own, but
|
|
15
|
+
we are limited by commercial requirements rather than open source idealism.
|
|
16
|
+
|
|
11
17
|
== FEATURES/PROBLEMS:
|
|
12
18
|
|
|
13
19
|
* FIX (list of features or problems)
|
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ require 'rubygems'
|
|
|
4
4
|
require 'hoe'
|
|
5
5
|
require './lib/cached_supermodel.rb'
|
|
6
6
|
|
|
7
|
-
Hoe.new('CachedSupermodel', '0.1.
|
|
7
|
+
Hoe.new('CachedSupermodel', '0.1.2') do |p|
|
|
8
8
|
p.rubyforge_name = 'adocca-plugins'
|
|
9
9
|
p.summary = 'A library that automatically caches all ActiveRecord::Base instances in memcache using the AdoccaMemcache gem.'
|
|
10
10
|
p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
|
metadata
CHANGED
|
@@ -3,15 +3,15 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: CachedSupermodel
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.1.
|
|
7
|
-
date: 2006-
|
|
6
|
+
version: 0.1.2
|
|
7
|
+
date: 2006-12-08 00:00:00 +01:00
|
|
8
8
|
summary: A library that automatically caches all ActiveRecord::Base instances in memcache using the AdoccaMemcache gem.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email: ryand-ruby@zenspider.com
|
|
12
12
|
homepage: " by Adocca AB"
|
|
13
13
|
rubyforge_project: adocca-plugins
|
|
14
|
-
description: "== FEATURES/PROBLEMS: * FIX (list of features or problems) == SYNOPSYS:
|
|
14
|
+
description: "Based on cached_model by <a href=\"http://dev.robotcoop.com/\">robotcoop</a>. We started out with their code, but added so much that it merited its own plugin. Apologies for not doing proper contributions to their project instead of building our own, but we are limited by commercial requirements rather than open source idealism. == FEATURES/PROBLEMS: * FIX (list of features or problems) == SYNOPSYS:"
|
|
15
15
|
autorequire:
|
|
16
16
|
default_executable:
|
|
17
17
|
bindir: bin
|