redis_object 1.0 → 1.1
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/.coveralls.yml +1 -0
- data/.gitignore +2 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/README.markdown +24 -15
- data/Rakefile +8 -0
- data/lib/redis_object.rb +11 -1
- data/lib/redis_object/base.rb +210 -60
- data/lib/redis_object/collection.rb +130 -100
- data/lib/redis_object/defaults.rb +21 -8
- data/lib/redis_object/{history.rb → experimental/history.rb} +0 -0
- data/lib/redis_object/ext/filters.rb +34 -16
- data/lib/redis_object/ext/script_cache.rb +92 -0
- data/lib/redis_object/ext/shardable.rb +18 -0
- data/lib/redis_object/ext/triggers.rb +75 -13
- data/lib/redis_object/ext/view_caching.rb +258 -0
- data/lib/redis_object/ext/views.rb +102 -0
- data/lib/redis_object/indices.rb +44 -39
- data/lib/redis_object/inheritance_tracking.rb +23 -0
- data/lib/redis_object/keys.rb +4 -4
- data/lib/redis_object/storage.rb +30 -1
- data/lib/redis_object/storage/adapter.rb +6 -3
- data/lib/redis_object/storage/redis.rb +98 -3
- data/lib/redis_object/timestamps.rb +42 -21
- data/lib/redis_object/types.rb +172 -30
- data/lib/redis_object/version.rb +1 -1
- data/redis_object.gemspec +1 -0
- data/spec/adapter_spec.rb +43 -0
- data/spec/base_spec.rb +41 -6
- data/spec/benchmark_spec.rb +46 -0
- data/spec/collections_spec.rb +144 -0
- data/spec/defaults_spec.rb +56 -0
- data/spec/filters_spec.rb +29 -0
- data/spec/indices_spec.rb +45 -0
- data/spec/rename_class_spec.rb +96 -0
- data/spec/spec_helper.rb +32 -1
- data/spec/timestamp_spec.rb +28 -0
- data/spec/trigger_spec.rb +51 -0
- data/spec/types_spec.rb +103 -0
- data/spec/view_caching_spec.rb +130 -0
- data/spec/views_spec.rb +72 -0
- metadata +111 -116
- data/doc/Object.html +0 -185
- data/doc/Seabright.html +0 -181
- data/doc/Seabright/Adapter.html +0 -442
- data/doc/Seabright/Collection.html +0 -797
- data/doc/Seabright/Collections.html +0 -635
- data/doc/Seabright/Collections/ClassMethods.html +0 -212
- data/doc/Seabright/ExternalIndex.html +0 -217
- data/doc/Seabright/History.html +0 -382
- data/doc/Seabright/History/ClassMethods.html +0 -276
- data/doc/Seabright/Indices.html +0 -324
- data/doc/Seabright/Indices/ClassMethods.html +0 -348
- data/doc/Seabright/Keys.html +0 -314
- data/doc/Seabright/Keys/ClassMethods.html +0 -276
- data/doc/Seabright/ObjectBase.html +0 -852
- data/doc/Seabright/ObjectBase/ClassMethods.html +0 -677
- data/doc/Seabright/RedisObject.html +0 -230
- data/doc/Seabright/References.html +0 -280
- data/doc/Seabright/Storage.html +0 -252
- data/doc/Seabright/Storage/ClassMethods.html +0 -276
- data/doc/Seabright/Storage/MySQL.html +0 -442
- data/doc/Seabright/Storage/Redis.html +0 -218
- data/doc/Seabright/Template.html +0 -212
- data/doc/Seabright/Template/ClassMethods.html +0 -166
- data/doc/Seabright/Timestamps.html +0 -292
- data/doc/Seabright/Timestamps/ClassMethods.html +0 -214
- data/doc/Seabright/Types.html +0 -410
- data/doc/Seabright/Types/ClassMethods.html +0 -308
- data/doc/created.rid +0 -17
- 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 +0 -125
- data/doc/js/darkfish.js +0 -153
- data/doc/js/jquery.js +0 -18
- data/doc/js/navigation.js +0 -142
- data/doc/js/search.js +0 -94
- data/doc/js/search_index.js +0 -1
- data/doc/js/searcher.js +0 -228
- data/doc/rdoc.css +0 -543
- data/doc/table_of_contents.html +0 -394
@@ -1,308 +0,0 @@
|
|
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::Types::ClassMethods - 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/types.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-array">#array</a>
|
68
|
-
|
69
|
-
<li><a href="#method-i-bool">#bool</a>
|
70
|
-
|
71
|
-
<li><a href="#method-i-date">#date</a>
|
72
|
-
|
73
|
-
<li><a href="#method-i-number">#number</a>
|
74
|
-
|
75
|
-
</ul>
|
76
|
-
</nav>
|
77
|
-
|
78
|
-
</div>
|
79
|
-
|
80
|
-
<div id="project-metadata">
|
81
|
-
|
82
|
-
<nav id="classindex-section" class="section project-section">
|
83
|
-
<h3 class="section-header">Class and Module Index</h3>
|
84
|
-
|
85
|
-
<ul class="link-list">
|
86
|
-
|
87
|
-
<li><a href="../../Seabright.html">Seabright</a>
|
88
|
-
|
89
|
-
<li><a href="../../Seabright/Adapter.html">Seabright::Adapter</a>
|
90
|
-
|
91
|
-
<li><a href="../../Seabright/Collection.html">Seabright::Collection</a>
|
92
|
-
|
93
|
-
<li><a href="../../Seabright/Collections.html">Seabright::Collections</a>
|
94
|
-
|
95
|
-
<li><a href="../../Seabright/Collections/ClassMethods.html">Seabright::Collections::ClassMethods</a>
|
96
|
-
|
97
|
-
<li><a href="../../Seabright/ExternalIndex.html">Seabright::ExternalIndex</a>
|
98
|
-
|
99
|
-
<li><a href="../../Seabright/History.html">Seabright::History</a>
|
100
|
-
|
101
|
-
<li><a href="../../Seabright/History/ClassMethods.html">Seabright::History::ClassMethods</a>
|
102
|
-
|
103
|
-
<li><a href="../../Seabright/Indices.html">Seabright::Indices</a>
|
104
|
-
|
105
|
-
<li><a href="../../Seabright/Indices/ClassMethods.html">Seabright::Indices::ClassMethods</a>
|
106
|
-
|
107
|
-
<li><a href="../../Seabright/Keys.html">Seabright::Keys</a>
|
108
|
-
|
109
|
-
<li><a href="../../Seabright/Keys/ClassMethods.html">Seabright::Keys::ClassMethods</a>
|
110
|
-
|
111
|
-
<li><a href="../../Seabright/ObjectBase.html">Seabright::ObjectBase</a>
|
112
|
-
|
113
|
-
<li><a href="../../Seabright/ObjectBase/ClassMethods.html">Seabright::ObjectBase::ClassMethods</a>
|
114
|
-
|
115
|
-
<li><a href="../../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
116
|
-
|
117
|
-
<li><a href="../../Seabright/RedisObject.html">Seabright::RedisObject</a>
|
118
|
-
|
119
|
-
<li><a href="../../Seabright/References.html">Seabright::References</a>
|
120
|
-
|
121
|
-
<li><a href="../../Seabright/Storage.html">Seabright::Storage</a>
|
122
|
-
|
123
|
-
<li><a href="../../Seabright/Storage/ClassMethods.html">Seabright::Storage::ClassMethods</a>
|
124
|
-
|
125
|
-
<li><a href="../../Seabright/Storage/MySQL.html">Seabright::Storage::MySQL</a>
|
126
|
-
|
127
|
-
<li><a href="../../Seabright/Storage/Redis.html">Seabright::Storage::Redis</a>
|
128
|
-
|
129
|
-
<li><a href="../../Seabright/Template.html">Seabright::Template</a>
|
130
|
-
|
131
|
-
<li><a href="../../Seabright/Template/ClassMethods.html">Seabright::Template::ClassMethods</a>
|
132
|
-
|
133
|
-
<li><a href="../../Seabright/Timestamps.html">Seabright::Timestamps</a>
|
134
|
-
|
135
|
-
<li><a href="../../Seabright/Timestamps/ClassMethods.html">Seabright::Timestamps::ClassMethods</a>
|
136
|
-
|
137
|
-
<li><a href="../../Seabright/Types.html">Seabright::Types</a>
|
138
|
-
|
139
|
-
<li><a href="../../Seabright/Types/ClassMethods.html">Seabright::Types::ClassMethods</a>
|
140
|
-
|
141
|
-
<li><a href="../../Object.html">Object</a>
|
142
|
-
|
143
|
-
<li><a href="../../Seabright/RedisObject.html">Object::RedisObject</a>
|
144
|
-
|
145
|
-
</ul>
|
146
|
-
</nav>
|
147
|
-
|
148
|
-
</div>
|
149
|
-
</nav>
|
150
|
-
|
151
|
-
<div id="documentation">
|
152
|
-
<h1 class="module">module Seabright::Types::ClassMethods</h1>
|
153
|
-
|
154
|
-
<div id="description" class="description">
|
155
|
-
|
156
|
-
</div><!-- description -->
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
<section id="5Buntitled-5D" class="documentation-section">
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
<!-- Methods -->
|
171
|
-
|
172
|
-
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
|
173
|
-
<h3 class="section-header">Public Instance Methods</h3>
|
174
|
-
|
175
|
-
|
176
|
-
<div id="method-i-array" class="method-detail ">
|
177
|
-
|
178
|
-
<div class="method-heading">
|
179
|
-
<span class="method-name">array</span><span
|
180
|
-
class="method-args">(k)</span>
|
181
|
-
<span class="method-click-advice">click to toggle source</span>
|
182
|
-
</div>
|
183
|
-
|
184
|
-
|
185
|
-
<div class="method-description">
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
<div class="method-source-code" id="array-source">
|
192
|
-
<pre><span class="ruby-comment"># File lib/redis_object/types.rb, line 46</span>
|
193
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">array</span>(<span class="ruby-identifier">k</span>)
|
194
|
-
<span class="ruby-identifier">@@field_formats</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-value">:format_array</span>
|
195
|
-
<span class="ruby-keyword">end</span></pre>
|
196
|
-
</div><!-- array-source -->
|
197
|
-
|
198
|
-
</div>
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
</div><!-- array-method -->
|
204
|
-
|
205
|
-
|
206
|
-
<div id="method-i-bool" class="method-detail ">
|
207
|
-
|
208
|
-
<div class="method-heading">
|
209
|
-
<span class="method-name">bool</span><span
|
210
|
-
class="method-args">(k)</span>
|
211
|
-
<span class="method-click-advice">click to toggle source</span>
|
212
|
-
</div>
|
213
|
-
|
214
|
-
|
215
|
-
<div class="method-description">
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
<div class="method-source-code" id="bool-source">
|
222
|
-
<pre><span class="ruby-comment"># File lib/redis_object/types.rb, line 42</span>
|
223
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">bool</span>(<span class="ruby-identifier">k</span>)
|
224
|
-
<span class="ruby-identifier">@@field_formats</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-value">:format_boolean</span>
|
225
|
-
<span class="ruby-keyword">end</span></pre>
|
226
|
-
</div><!-- bool-source -->
|
227
|
-
|
228
|
-
</div>
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
</div><!-- bool-method -->
|
234
|
-
|
235
|
-
|
236
|
-
<div id="method-i-date" class="method-detail ">
|
237
|
-
|
238
|
-
<div class="method-heading">
|
239
|
-
<span class="method-name">date</span><span
|
240
|
-
class="method-args">(k)</span>
|
241
|
-
<span class="method-click-advice">click to toggle source</span>
|
242
|
-
</div>
|
243
|
-
|
244
|
-
|
245
|
-
<div class="method-description">
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
<div class="method-source-code" id="date-source">
|
252
|
-
<pre><span class="ruby-comment"># File lib/redis_object/types.rb, line 34</span>
|
253
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">date</span>(<span class="ruby-identifier">k</span>)
|
254
|
-
<span class="ruby-identifier">@@field_formats</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-value">:format_date</span>
|
255
|
-
<span class="ruby-keyword">end</span></pre>
|
256
|
-
</div><!-- date-source -->
|
257
|
-
|
258
|
-
</div>
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
</div><!-- date-method -->
|
264
|
-
|
265
|
-
|
266
|
-
<div id="method-i-number" class="method-detail ">
|
267
|
-
|
268
|
-
<div class="method-heading">
|
269
|
-
<span class="method-name">number</span><span
|
270
|
-
class="method-args">(k)</span>
|
271
|
-
<span class="method-click-advice">click to toggle source</span>
|
272
|
-
</div>
|
273
|
-
|
274
|
-
|
275
|
-
<div class="method-description">
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
<div class="method-source-code" id="number-source">
|
282
|
-
<pre><span class="ruby-comment"># File lib/redis_object/types.rb, line 38</span>
|
283
|
-
<span class="ruby-keyword">def</span> <span class="ruby-identifier">number</span>(<span class="ruby-identifier">k</span>)
|
284
|
-
<span class="ruby-identifier">@@field_formats</span>[<span class="ruby-identifier">k</span>] = <span class="ruby-value">:format_number</span>
|
285
|
-
<span class="ruby-keyword">end</span></pre>
|
286
|
-
</div><!-- number-source -->
|
287
|
-
|
288
|
-
</div>
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
</div><!-- number-method -->
|
294
|
-
|
295
|
-
|
296
|
-
</section><!-- public-instance-method-details -->
|
297
|
-
|
298
|
-
</section><!-- 5Buntitled-5D -->
|
299
|
-
|
300
|
-
</div><!-- documentation -->
|
301
|
-
|
302
|
-
|
303
|
-
<footer id="validator-badges">
|
304
|
-
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
305
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
306
|
-
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
307
|
-
</footer>
|
308
|
-
|
data/doc/created.rid
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
Sat, 14 Apr 2012 15:07:42 -0700
|
2
|
-
lib/redis_object/base.rb Sat, 14 Apr 2012 14:57:43 -0700
|
3
|
-
lib/redis_object/collection.rb Sat, 14 Apr 2012 14:47:21 -0700
|
4
|
-
lib/redis_object/external_index.rb Sat, 14 Apr 2012 12:59:32 -0700
|
5
|
-
lib/redis_object/history.rb Sat, 14 Apr 2012 12:59:32 -0700
|
6
|
-
lib/redis_object/indices.rb Sat, 14 Apr 2012 12:59:32 -0700
|
7
|
-
lib/redis_object/keys.rb Sat, 14 Apr 2012 12:59:32 -0700
|
8
|
-
lib/redis_object/references.rb Sat, 14 Apr 2012 12:59:32 -0700
|
9
|
-
lib/redis_object/storage/adapter.rb Sat, 14 Apr 2012 12:59:32 -0700
|
10
|
-
lib/redis_object/storage/mysql.rb Sat, 14 Apr 2012 12:59:32 -0700
|
11
|
-
lib/redis_object/storage/redis.rb Sat, 14 Apr 2012 12:59:32 -0700
|
12
|
-
lib/redis_object/storage.rb Sat, 14 Apr 2012 12:59:32 -0700
|
13
|
-
lib/redis_object/timestamps.rb Sat, 14 Apr 2012 12:59:32 -0700
|
14
|
-
lib/redis_object/tpl.rb Sat, 14 Apr 2012 12:59:32 -0700
|
15
|
-
lib/redis_object/types.rb Sat, 14 Apr 2012 12:59:32 -0700
|
16
|
-
lib/redis_object/version.rb Sat, 14 Apr 2012 12:59:32 -0700
|
17
|
-
lib/redis_object.rb Sat, 14 Apr 2012 12:59:32 -0700
|
data/doc/images/add.png
DELETED
Binary file
|
data/doc/images/brick.png
DELETED
Binary file
|
data/doc/images/brick_link.png
DELETED
Binary file
|
data/doc/images/bug.png
DELETED
Binary file
|
data/doc/images/bullet_black.png
DELETED
Binary file
|
Binary file
|
Binary file
|
data/doc/images/date.png
DELETED
Binary file
|
data/doc/images/delete.png
DELETED
Binary file
|
data/doc/images/find.png
DELETED
Binary file
|
Binary file
|
data/doc/images/macFFBgHack.png
DELETED
Binary file
|
data/doc/images/package.png
DELETED
Binary file
|
data/doc/images/page_green.png
DELETED
Binary file
|
Binary file
|
Binary file
|
data/doc/images/plugin.png
DELETED
Binary file
|
data/doc/images/ruby.png
DELETED
Binary file
|
data/doc/images/tag_blue.png
DELETED
Binary file
|
data/doc/images/tag_green.png
DELETED
Binary file
|
data/doc/images/transparent.png
DELETED
Binary file
|
data/doc/images/wrench.png
DELETED
Binary file
|
Binary file
|
data/doc/images/zoom.png
DELETED
Binary file
|
data/doc/index.html
DELETED
@@ -1,125 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
<html>
|
4
|
-
<head>
|
5
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
|
-
|
7
|
-
<title>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>
|
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="project-metadata">
|
47
|
-
|
48
|
-
<nav id="classindex-section" class="section project-section">
|
49
|
-
<h3 class="section-header">Class and Module Index</h3>
|
50
|
-
|
51
|
-
<ul class="link-list">
|
52
|
-
|
53
|
-
<li><a href="./Seabright.html">Seabright</a>
|
54
|
-
|
55
|
-
<li><a href="./Seabright/Adapter.html">Seabright::Adapter</a>
|
56
|
-
|
57
|
-
<li><a href="./Seabright/Collection.html">Seabright::Collection</a>
|
58
|
-
|
59
|
-
<li><a href="./Seabright/Collections.html">Seabright::Collections</a>
|
60
|
-
|
61
|
-
<li><a href="./Seabright/Collections/ClassMethods.html">Seabright::Collections::ClassMethods</a>
|
62
|
-
|
63
|
-
<li><a href="./Seabright/ExternalIndex.html">Seabright::ExternalIndex</a>
|
64
|
-
|
65
|
-
<li><a href="./Seabright/History.html">Seabright::History</a>
|
66
|
-
|
67
|
-
<li><a href="./Seabright/History/ClassMethods.html">Seabright::History::ClassMethods</a>
|
68
|
-
|
69
|
-
<li><a href="./Seabright/Indices.html">Seabright::Indices</a>
|
70
|
-
|
71
|
-
<li><a href="./Seabright/Indices/ClassMethods.html">Seabright::Indices::ClassMethods</a>
|
72
|
-
|
73
|
-
<li><a href="./Seabright/Keys.html">Seabright::Keys</a>
|
74
|
-
|
75
|
-
<li><a href="./Seabright/Keys/ClassMethods.html">Seabright::Keys::ClassMethods</a>
|
76
|
-
|
77
|
-
<li><a href="./Seabright/ObjectBase.html">Seabright::ObjectBase</a>
|
78
|
-
|
79
|
-
<li><a href="./Seabright/ObjectBase/ClassMethods.html">Seabright::ObjectBase::ClassMethods</a>
|
80
|
-
|
81
|
-
<li><a href="./Seabright/RedisObject.html">Seabright::RedisObject</a>
|
82
|
-
|
83
|
-
<li><a href="./Seabright/RedisObject.html">Seabright::RedisObject</a>
|
84
|
-
|
85
|
-
<li><a href="./Seabright/References.html">Seabright::References</a>
|
86
|
-
|
87
|
-
<li><a href="./Seabright/Storage.html">Seabright::Storage</a>
|
88
|
-
|
89
|
-
<li><a href="./Seabright/Storage/ClassMethods.html">Seabright::Storage::ClassMethods</a>
|
90
|
-
|
91
|
-
<li><a href="./Seabright/Storage/MySQL.html">Seabright::Storage::MySQL</a>
|
92
|
-
|
93
|
-
<li><a href="./Seabright/Storage/Redis.html">Seabright::Storage::Redis</a>
|
94
|
-
|
95
|
-
<li><a href="./Seabright/Template.html">Seabright::Template</a>
|
96
|
-
|
97
|
-
<li><a href="./Seabright/Template/ClassMethods.html">Seabright::Template::ClassMethods</a>
|
98
|
-
|
99
|
-
<li><a href="./Seabright/Timestamps.html">Seabright::Timestamps</a>
|
100
|
-
|
101
|
-
<li><a href="./Seabright/Timestamps/ClassMethods.html">Seabright::Timestamps::ClassMethods</a>
|
102
|
-
|
103
|
-
<li><a href="./Seabright/Types.html">Seabright::Types</a>
|
104
|
-
|
105
|
-
<li><a href="./Seabright/Types/ClassMethods.html">Seabright::Types::ClassMethods</a>
|
106
|
-
|
107
|
-
<li><a href="./Object.html">Object</a>
|
108
|
-
|
109
|
-
<li><a href="./Seabright/RedisObject.html">Object::RedisObject</a>
|
110
|
-
|
111
|
-
</ul>
|
112
|
-
</nav>
|
113
|
-
|
114
|
-
</div>
|
115
|
-
</nav>
|
116
|
-
|
117
|
-
<p>This is the API documentation for StubbornObject.
|
118
|
-
|
119
|
-
|
120
|
-
<footer id="validator-badges">
|
121
|
-
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
122
|
-
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
|
123
|
-
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
124
|
-
</footer>
|
125
|
-
|