redis_object 0.5.0 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +0 -2
- data/Gemfile +0 -4
- data/README.markdown +15 -24
- data/Rakefile +0 -8
- data/doc/Object.html +185 -0
- data/doc/Seabright.html +181 -0
- data/doc/Seabright/Adapter.html +442 -0
- data/doc/Seabright/Collection.html +797 -0
- data/doc/Seabright/Collections.html +635 -0
- data/doc/Seabright/Collections/ClassMethods.html +212 -0
- data/doc/Seabright/ExternalIndex.html +217 -0
- data/doc/Seabright/History.html +382 -0
- data/doc/Seabright/History/ClassMethods.html +276 -0
- data/doc/Seabright/Indices.html +324 -0
- data/doc/Seabright/Indices/ClassMethods.html +348 -0
- data/doc/Seabright/Keys.html +314 -0
- data/doc/Seabright/Keys/ClassMethods.html +276 -0
- data/doc/Seabright/ObjectBase.html +852 -0
- data/doc/Seabright/ObjectBase/ClassMethods.html +677 -0
- data/doc/Seabright/RedisObject.html +230 -0
- data/doc/Seabright/References.html +280 -0
- data/doc/Seabright/Storage.html +252 -0
- data/doc/Seabright/Storage/ClassMethods.html +276 -0
- data/doc/Seabright/Storage/MySQL.html +442 -0
- data/doc/Seabright/Storage/Redis.html +218 -0
- data/doc/Seabright/Template.html +212 -0
- data/doc/Seabright/Template/ClassMethods.html +166 -0
- data/doc/Seabright/Timestamps.html +292 -0
- data/doc/Seabright/Timestamps/ClassMethods.html +214 -0
- data/doc/Seabright/Types.html +410 -0
- data/doc/Seabright/Types/ClassMethods.html +308 -0
- data/doc/created.rid +17 -0
- data/doc/images/add.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +125 -0
- data/doc/js/darkfish.js +153 -0
- data/doc/js/jquery.js +18 -0
- data/doc/js/navigation.js +142 -0
- data/doc/js/search.js +94 -0
- data/doc/js/search_index.js +1 -0
- data/doc/js/searcher.js +228 -0
- data/doc/rdoc.css +543 -0
- data/doc/table_of_contents.html +394 -0
- data/lib/redis_object.rb +1 -11
- data/lib/redis_object/base.rb +60 -210
- data/lib/redis_object/collection.rb +100 -130
- data/lib/redis_object/defaults.rb +8 -21
- data/lib/redis_object/ext/filters.rb +16 -34
- data/lib/redis_object/ext/triggers.rb +13 -75
- data/lib/redis_object/{experimental/history.rb → history.rb} +0 -0
- data/lib/redis_object/indices.rb +39 -44
- data/lib/redis_object/keys.rb +4 -4
- data/lib/redis_object/storage.rb +1 -30
- data/lib/redis_object/storage/adapter.rb +3 -6
- data/lib/redis_object/storage/redis.rb +3 -98
- data/lib/redis_object/timestamps.rb +21 -42
- data/lib/redis_object/types.rb +30 -172
- data/lib/redis_object/version.rb +1 -1
- data/redis_object.gemspec +0 -1
- data/spec/base_spec.rb +6 -41
- data/spec/spec_helper.rb +1 -32
- metadata +116 -111
- data/.coveralls.yml +0 -1
- data/.travis.yml +0 -5
- data/lib/redis_object/ext/script_cache.rb +0 -92
- data/lib/redis_object/ext/shardable.rb +0 -18
- data/lib/redis_object/ext/view_caching.rb +0 -258
- data/lib/redis_object/ext/views.rb +0 -102
- data/lib/redis_object/inheritance_tracking.rb +0 -23
- data/spec/adapter_spec.rb +0 -43
- data/spec/benchmark_spec.rb +0 -46
- data/spec/collections_spec.rb +0 -144
- data/spec/defaults_spec.rb +0 -56
- data/spec/filters_spec.rb +0 -29
- data/spec/indices_spec.rb +0 -45
- data/spec/rename_class_spec.rb +0 -96
- data/spec/timestamp_spec.rb +0 -28
- data/spec/trigger_spec.rb +0 -51
- data/spec/types_spec.rb +0 -103
- data/spec/view_caching_spec.rb +0 -130
- data/spec/views_spec.rb +0 -72
@@ -0,0 +1,230 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>class Seabright::RedisObject - StubbornObject</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="class">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../index.html">Home</a>
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/redis_object/version.rb
|
51
|
+
<li>lib/redis_object.rb
|
52
|
+
</ul>
|
53
|
+
</nav>
|
54
|
+
|
55
|
+
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div id="class-metadata">
|
59
|
+
|
60
|
+
<nav id="parent-class-section" class="section">
|
61
|
+
<h3 class="section-header">Parent</h3>
|
62
|
+
|
63
|
+
<p class="link"><a href="../Object.html">Object</a>
|
64
|
+
|
65
|
+
</nav>
|
66
|
+
|
67
|
+
<!-- Included Modules -->
|
68
|
+
<nav id="includes-section" class="section">
|
69
|
+
<h3 class="section-header">Included Modules</h3>
|
70
|
+
|
71
|
+
<ul class="link-list">
|
72
|
+
|
73
|
+
|
74
|
+
<li><a class="include" href="ObjectBase.html">Seabright::ObjectBase</a>
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<li><a class="include" href="Storage.html">Seabright::Storage</a>
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
<li><a class="include" href="Keys.html">Seabright::Keys</a>
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
<li><a class="include" href="Types.html">Seabright::Types</a>
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
<li><a class="include" href="Collections.html">Seabright::Collections</a>
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
<li><a class="include" href="Indices.html">Seabright::Indices</a>
|
95
|
+
|
96
|
+
|
97
|
+
|
98
|
+
<li><a class="include" href="Timestamps.html">Seabright::Timestamps</a>
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
<li><a class="include" href="History.html">Seabright::History</a>
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<li><a class="include" href="References.html">Seabright::References</a>
|
107
|
+
|
108
|
+
|
109
|
+
</ul>
|
110
|
+
</nav>
|
111
|
+
|
112
|
+
|
113
|
+
</div>
|
114
|
+
|
115
|
+
<div id="project-metadata">
|
116
|
+
|
117
|
+
<nav id="classindex-section" class="section project-section">
|
118
|
+
<h3 class="section-header">Class and Module Index</h3>
|
119
|
+
|
120
|
+
<ul class="link-list">
|
121
|
+
|
122
|
+
<li><a href="../Seabright.html">Seabright</a>
|
123
|
+
|
124
|
+
<li><a href="../Seabright/Adapter.html">Seabright::Adapter</a>
|
125
|
+
|
126
|
+
<li><a href="../Seabright/Collection.html">Seabright::Collection</a>
|
127
|
+
|
128
|
+
<li><a href="../Seabright/Collections.html">Seabright::Collections</a>
|
129
|
+
|
130
|
+
<li><a href="../Seabright/Collections/ClassMethods.html">Seabright::Collections::ClassMethods</a>
|
131
|
+
|
132
|
+
<li><a href="../Seabright/ExternalIndex.html">Seabright::ExternalIndex</a>
|
133
|
+
|
134
|
+
<li><a href="../Seabright/History.html">Seabright::History</a>
|
135
|
+
|
136
|
+
<li><a href="../Seabright/History/ClassMethods.html">Seabright::History::ClassMethods</a>
|
137
|
+
|
138
|
+
<li><a href="../Seabright/Indices.html">Seabright::Indices</a>
|
139
|
+
|
140
|
+
<li><a href="../Seabright/Indices/ClassMethods.html">Seabright::Indices::ClassMethods</a>
|
141
|
+
|
142
|
+
<li><a href="../Seabright/Keys.html">Seabright::Keys</a>
|
143
|
+
|
144
|
+
<li><a href="../Seabright/Keys/ClassMethods.html">Seabright::Keys::ClassMethods</a>
|
145
|
+
|
146
|
+
<li><a href="../Seabright/ObjectBase.html">Seabright::ObjectBase</a>
|
147
|
+
|
148
|
+
<li><a href="../Seabright/ObjectBase/ClassMethods.html">Seabright::ObjectBase::ClassMethods</a>
|
149
|
+
|
150
|
+
<li><a href="../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
151
|
+
|
152
|
+
<li><a href="../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
153
|
+
|
154
|
+
<li><a href="../Seabright/References.html">Seabright::References</a>
|
155
|
+
|
156
|
+
<li><a href="../Seabright/Storage.html">Seabright::Storage</a>
|
157
|
+
|
158
|
+
<li><a href="../Seabright/Storage/ClassMethods.html">Seabright::Storage::ClassMethods</a>
|
159
|
+
|
160
|
+
<li><a href="../Seabright/Storage/MySQL.html">Seabright::Storage::MySQL</a>
|
161
|
+
|
162
|
+
<li><a href="../Seabright/Storage/Redis.html">Seabright::Storage::Redis</a>
|
163
|
+
|
164
|
+
<li><a href="../Seabright/Template.html">Seabright::Template</a>
|
165
|
+
|
166
|
+
<li><a href="../Seabright/Template/ClassMethods.html">Seabright::Template::ClassMethods</a>
|
167
|
+
|
168
|
+
<li><a href="../Seabright/Timestamps.html">Seabright::Timestamps</a>
|
169
|
+
|
170
|
+
<li><a href="../Seabright/Timestamps/ClassMethods.html">Seabright::Timestamps::ClassMethods</a>
|
171
|
+
|
172
|
+
<li><a href="../Seabright/Types.html">Seabright::Types</a>
|
173
|
+
|
174
|
+
<li><a href="../Seabright/Types/ClassMethods.html">Seabright::Types::ClassMethods</a>
|
175
|
+
|
176
|
+
<li><a href="../Object.html">Object</a>
|
177
|
+
|
178
|
+
<li><a href="../Seabright/RedisObject.html">Object::RedisObject</a>
|
179
|
+
|
180
|
+
</ul>
|
181
|
+
</nav>
|
182
|
+
|
183
|
+
</div>
|
184
|
+
</nav>
|
185
|
+
|
186
|
+
<div id="documentation">
|
187
|
+
<h1 class="class">class Seabright::RedisObject</h1>
|
188
|
+
|
189
|
+
<div id="description" class="description">
|
190
|
+
|
191
|
+
</div><!-- description -->
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
<!-- Constants -->
|
203
|
+
<section id="constants-list" class="section">
|
204
|
+
<h3 class="section-header">Constants</h3>
|
205
|
+
<dl>
|
206
|
+
|
207
|
+
<dt id="VERSION">VERSION
|
208
|
+
|
209
|
+
<dd class="description">
|
210
|
+
|
211
|
+
|
212
|
+
</dl>
|
213
|
+
</section>
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
<!-- Methods -->
|
219
|
+
|
220
|
+
</section><!-- 5Buntitled-5D -->
|
221
|
+
|
222
|
+
</div><!-- documentation -->
|
223
|
+
|
224
|
+
|
225
|
+
<footer id="validator-badges">
|
226
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
227
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
228
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
229
|
+
</footer>
|
230
|
+
|
@@ -0,0 +1,280 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
+
|
7
|
+
<title>module Seabright::References - StubbornObject</title>
|
8
|
+
|
9
|
+
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
|
10
|
+
|
11
|
+
<script type="text/javascript">
|
12
|
+
var rdoc_rel_prefix = "../";
|
13
|
+
</script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" class="module">
|
24
|
+
<nav id="metadata">
|
25
|
+
<nav id="home-section" class="section">
|
26
|
+
<h3 class="section-header">
|
27
|
+
<a href="../index.html">Home</a>
|
28
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
29
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
30
|
+
</h3>
|
31
|
+
</nav>
|
32
|
+
|
33
|
+
|
34
|
+
<nav id="search-section" class="section project-section" class="initially-hidden">
|
35
|
+
<form action="#" method="get" accept-charset="utf-8">
|
36
|
+
<h3 class="section-header">
|
37
|
+
<input type="text" name="search" placeholder="Search" id="search-field"
|
38
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
39
|
+
</h3>
|
40
|
+
</form>
|
41
|
+
|
42
|
+
<ul id="search-results" class="initially-hidden"></ul>
|
43
|
+
</nav>
|
44
|
+
|
45
|
+
|
46
|
+
<div id="file-metadata">
|
47
|
+
<nav id="file-list-section" class="section">
|
48
|
+
<h3 class="section-header">Defined In</h3>
|
49
|
+
<ul>
|
50
|
+
<li>lib/redis_object/references.rb
|
51
|
+
</ul>
|
52
|
+
</nav>
|
53
|
+
|
54
|
+
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<!-- Method Quickref -->
|
62
|
+
<nav id="method-list-section" class="section">
|
63
|
+
<h3 class="section-header">Methods</h3>
|
64
|
+
|
65
|
+
<ul class="link-list">
|
66
|
+
|
67
|
+
<li><a href="#method-i-ref_key">#ref_key</a>
|
68
|
+
|
69
|
+
<li><a href="#method-i-reference">#reference</a>
|
70
|
+
|
71
|
+
<li><a href="#method-i-referenced_by">#referenced_by</a>
|
72
|
+
|
73
|
+
</ul>
|
74
|
+
</nav>
|
75
|
+
|
76
|
+
</div>
|
77
|
+
|
78
|
+
<div id="project-metadata">
|
79
|
+
|
80
|
+
<nav id="classindex-section" class="section project-section">
|
81
|
+
<h3 class="section-header">Class and Module Index</h3>
|
82
|
+
|
83
|
+
<ul class="link-list">
|
84
|
+
|
85
|
+
<li><a href="../Seabright.html">Seabright</a>
|
86
|
+
|
87
|
+
<li><a href="../Seabright/Adapter.html">Seabright::Adapter</a>
|
88
|
+
|
89
|
+
<li><a href="../Seabright/Collection.html">Seabright::Collection</a>
|
90
|
+
|
91
|
+
<li><a href="../Seabright/Collections.html">Seabright::Collections</a>
|
92
|
+
|
93
|
+
<li><a href="../Seabright/Collections/ClassMethods.html">Seabright::Collections::ClassMethods</a>
|
94
|
+
|
95
|
+
<li><a href="../Seabright/ExternalIndex.html">Seabright::ExternalIndex</a>
|
96
|
+
|
97
|
+
<li><a href="../Seabright/History.html">Seabright::History</a>
|
98
|
+
|
99
|
+
<li><a href="../Seabright/History/ClassMethods.html">Seabright::History::ClassMethods</a>
|
100
|
+
|
101
|
+
<li><a href="../Seabright/Indices.html">Seabright::Indices</a>
|
102
|
+
|
103
|
+
<li><a href="../Seabright/Indices/ClassMethods.html">Seabright::Indices::ClassMethods</a>
|
104
|
+
|
105
|
+
<li><a href="../Seabright/Keys.html">Seabright::Keys</a>
|
106
|
+
|
107
|
+
<li><a href="../Seabright/Keys/ClassMethods.html">Seabright::Keys::ClassMethods</a>
|
108
|
+
|
109
|
+
<li><a href="../Seabright/ObjectBase.html">Seabright::ObjectBase</a>
|
110
|
+
|
111
|
+
<li><a href="../Seabright/ObjectBase/ClassMethods.html">Seabright::ObjectBase::ClassMethods</a>
|
112
|
+
|
113
|
+
<li><a href="../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
114
|
+
|
115
|
+
<li><a href="../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
116
|
+
|
117
|
+
<li><a href="../Seabright/References.html">Seabright::References</a>
|
118
|
+
|
119
|
+
<li><a href="../Seabright/Storage.html">Seabright::Storage</a>
|
120
|
+
|
121
|
+
<li><a href="../Seabright/Storage/ClassMethods.html">Seabright::Storage::ClassMethods</a>
|
122
|
+
|
123
|
+
<li><a href="../Seabright/Storage/MySQL.html">Seabright::Storage::MySQL</a>
|
124
|
+
|
125
|
+
<li><a href="../Seabright/Storage/Redis.html">Seabright::Storage::Redis</a>
|
126
|
+
|
127
|
+
<li><a href="../Seabright/Template.html">Seabright::Template</a>
|
128
|
+
|
129
|
+
<li><a href="../Seabright/Template/ClassMethods.html">Seabright::Template::ClassMethods</a>
|
130
|
+
|
131
|
+
<li><a href="../Seabright/Timestamps.html">Seabright::Timestamps</a>
|
132
|
+
|
133
|
+
<li><a href="../Seabright/Timestamps/ClassMethods.html">Seabright::Timestamps::ClassMethods</a>
|
134
|
+
|
135
|
+
<li><a href="../Seabright/Types.html">Seabright::Types</a>
|
136
|
+
|
137
|
+
<li><a href="../Seabright/Types/ClassMethods.html">Seabright::Types::ClassMethods</a>
|
138
|
+
|
139
|
+
<li><a href="../Object.html">Object</a>
|
140
|
+
|
141
|
+
<li><a href="../Seabright/RedisObject.html">Object::RedisObject</a>
|
142
|
+
|
143
|
+
</ul>
|
144
|
+
</nav>
|
145
|
+
|
146
|
+
</div>
|
147
|
+
</nav>
|
148
|
+
|
149
|
+
<div id="documentation">
|
150
|
+
<h1 class="module">module Seabright::References</h1>
|
151
|
+
|
152
|
+
<div id="description" class="description">
|
153
|
+
|
154
|
+
</div><!-- description -->
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
|
168
|
+
<!-- Methods -->
|
169
|
+
|
170
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
171
|
+
<h3 class="section-header">Public Instance Methods</h3>
|
172
|
+
|
173
|
+
|
174
|
+
<div id="method-i-ref_key" class="method-detail ">
|
175
|
+
|
176
|
+
<div class="method-heading">
|
177
|
+
<span class="method-name">ref_key</span><span
|
178
|
+
class="method-args">(ident = nil, prnt = nil)</span>
|
179
|
+
<span class="method-click-advice">click to toggle source</span>
|
180
|
+
</div>
|
181
|
+
|
182
|
+
|
183
|
+
<div class="method-description">
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
<div class="method-source-code" id="ref_key-source">
|
190
|
+
<pre><span class="ruby-comment"># File lib/redis_object/references.rb, line 4</span>
|
191
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">ref_key</span>(<span class="ruby-identifier">ident</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">prnt</span> = <span class="ruby-keyword">nil</span>)
|
192
|
+
<span class="ruby-node">"#{hkey}:backreferences"</span>
|
193
|
+
<span class="ruby-keyword">end</span></pre>
|
194
|
+
</div><!-- ref_key-source -->
|
195
|
+
|
196
|
+
</div>
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
</div><!-- ref_key-method -->
|
202
|
+
|
203
|
+
|
204
|
+
<div id="method-i-reference" class="method-detail ">
|
205
|
+
|
206
|
+
<div class="method-heading">
|
207
|
+
<span class="method-name">reference</span><span
|
208
|
+
class="method-args">(obj)</span>
|
209
|
+
<span class="method-click-advice">click to toggle source</span>
|
210
|
+
</div>
|
211
|
+
|
212
|
+
|
213
|
+
<div class="method-description">
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
|
219
|
+
<div class="method-source-code" id="reference-source">
|
220
|
+
<pre><span class="ruby-comment"># File lib/redis_object/references.rb, line 8</span>
|
221
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">reference</span>(<span class="ruby-identifier">obj</span>)
|
222
|
+
<span class="ruby-identifier">name</span> = <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">plname</span>.<span class="ruby-identifier">downcase</span>.<span class="ruby-identifier">to_sym</span>
|
223
|
+
<span class="ruby-identifier">store</span>.<span class="ruby-identifier">sadd</span> <span class="ruby-identifier">hkey_col</span>, <span class="ruby-identifier">name</span>
|
224
|
+
<span class="ruby-ivar">@collections</span>[<span class="ruby-identifier">name</span>] <span class="ruby-operator">||=</span> <span class="ruby-constant">Seabright</span><span class="ruby-operator">::</span><span class="ruby-constant">Collection</span>.<span class="ruby-identifier">load</span>(<span class="ruby-identifier">name</span>,<span class="ruby-keyword">self</span>)
|
225
|
+
<span class="ruby-ivar">@collections</span>[<span class="ruby-identifier">name</span>] <span class="ruby-operator"><<</span> <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">hkey</span>
|
226
|
+
<span class="ruby-identifier">obj</span>.<span class="ruby-identifier">referenced_by</span> <span class="ruby-keyword">self</span>
|
227
|
+
<span class="ruby-keyword">end</span></pre>
|
228
|
+
</div><!-- reference-source -->
|
229
|
+
|
230
|
+
</div>
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
|
235
|
+
</div><!-- reference-method -->
|
236
|
+
|
237
|
+
|
238
|
+
<div id="method-i-referenced_by" class="method-detail ">
|
239
|
+
|
240
|
+
<div class="method-heading">
|
241
|
+
<span class="method-name">referenced_by</span><span
|
242
|
+
class="method-args">(obj)</span>
|
243
|
+
<span class="method-click-advice">click to toggle source</span>
|
244
|
+
</div>
|
245
|
+
|
246
|
+
|
247
|
+
<div class="method-description">
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
<div class="method-source-code" id="referenced_by-source">
|
254
|
+
<pre><span class="ruby-comment"># File lib/redis_object/references.rb, line 16</span>
|
255
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier">referenced_by</span>(<span class="ruby-identifier">obj</span>)
|
256
|
+
<span class="ruby-identifier">store</span>.<span class="ruby-identifier">sadd</span>(<span class="ruby-identifier">ref_key</span>,<span class="ruby-identifier">obj</span>.<span class="ruby-identifier">hkey</span>)
|
257
|
+
<span class="ruby-keyword">end</span></pre>
|
258
|
+
</div><!-- referenced_by-source -->
|
259
|
+
|
260
|
+
</div>
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
</div><!-- referenced_by-method -->
|
266
|
+
|
267
|
+
|
268
|
+
</section><!-- public-instance-method-details -->
|
269
|
+
|
270
|
+
</section><!-- 5Buntitled-5D -->
|
271
|
+
|
272
|
+
</div><!-- documentation -->
|
273
|
+
|
274
|
+
|
275
|
+
<footer id="validator-badges">
|
276
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
277
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
278
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
279
|
+
</footer>
|
280
|
+
|