voteable_mongoid 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
data/doc/Mongoid.html DELETED
@@ -1,93 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Module: Mongoid</title>
7
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
- <a href="_index.html">Index (M)</a> &raquo;
27
-
28
-
29
- <span class="title">Mongoid</span>
30
-
31
-
32
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
- </div>
34
-
35
- <div id="search">
36
- <a id="class_list_link" href="#">Class List</a>
37
- <a id="method_list_link" href="#">Method List</a>
38
- <a id ="file_list_link" href="#">File List</a>
39
- </div>
40
-
41
- <div class="clear"></div>
42
- </div>
43
-
44
- <iframe id="search_frame"></iframe>
45
-
46
- <div id="content"><h1>Module: Mongoid
47
-
48
-
49
-
50
- </h1>
51
-
52
- <dl class="box">
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
- <dt class="r1 last">Defined in:</dt>
62
- <dd class="r1 last">lib/voteable_mongoid/voter.rb<span class="defines">,<br />
63
- lib/voteable_mongoid/voteable.rb,<br /> lib/voteable_mongoid/voteable/stats.rb</span>
64
- </dd>
65
-
66
- </dl>
67
- <div class="clear"></div>
68
-
69
- <h2>Defined Under Namespace</h2>
70
- <p class="children">
71
-
72
-
73
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Mongoid/Voteable.html" title="Mongoid::Voteable (module)">Voteable</a></span>, <span class='object_link'><a href="Mongoid/Voter.html" title="Mongoid::Voter (module)">Voter</a></span>
74
-
75
-
76
-
77
-
78
- </p>
79
-
80
-
81
-
82
-
83
-
84
- </div>
85
-
86
- <div id="footer">
87
- Generated on Wed Mar 30 22:06:28 2011 by
88
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
89
- 0.6.5 (ruby-1.8.7).
90
- </div>
91
-
92
- </body>
93
- </html>
@@ -1,110 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Class: Rails::VoteableMongoid::Railtie</title>
7
- <link rel="stylesheet" href="../../css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="../../css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '../..';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
- <a href="../../_index.html">Index (R)</a> &raquo;
27
- <span class='title'><span class='object_link'><a href="../../Rails.html" title="Rails (module)">Rails</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../VoteableMongoid.html" title="Rails::VoteableMongoid (module)">VoteableMongoid</a></span></span>
28
- &raquo;
29
- <span class="title">Railtie</span>
30
-
31
-
32
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
- </div>
34
-
35
- <div id="search">
36
- <a id="class_list_link" href="#">Class List</a>
37
- <a id="method_list_link" href="#">Method List</a>
38
- <a id ="file_list_link" href="#">File List</a>
39
- </div>
40
-
41
- <div class="clear"></div>
42
- </div>
43
-
44
- <iframe id="search_frame"></iframe>
45
-
46
- <div id="content"><h1>Class: Rails::VoteableMongoid::Railtie
47
-
48
-
49
-
50
- </h1>
51
-
52
- <dl class="box">
53
-
54
- <dt class="r1">Inherits:</dt>
55
- <dd class="r1">
56
- <span class="inheritName">Railtie</span>
57
-
58
- <ul class="fullTree">
59
- <li>Object</li>
60
-
61
- <li class="next">Railtie</li>
62
-
63
- <li class="next">Rails::VoteableMongoid::Railtie</li>
64
-
65
- </ul>
66
- <a href="#" class="inheritanceTree">show all</a>
67
-
68
- </dd>
69
-
70
-
71
-
72
-
73
-
74
-
75
-
76
-
77
-
78
- <dt class="r2 last">Defined in:</dt>
79
- <dd class="r2 last">lib/voteable_mongoid/railtie.rb</dd>
80
-
81
- </dl>
82
- <div class="clear"></div>
83
-
84
- <h2>Overview</h2><div class="docstring">
85
- <div class="discussion">
86
-
87
- <p>:nodoc:</p>
88
-
89
-
90
- </div>
91
- </div>
92
- <div class="tags">
93
-
94
- </div>
95
-
96
-
97
-
98
-
99
-
100
-
101
- </div>
102
-
103
- <div id="footer">
104
- Generated on Wed Mar 30 22:06:27 2011 by
105
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
106
- 0.6.5 (ruby-1.8.7).
107
- </div>
108
-
109
- </body>
110
- </html>
@@ -1,101 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Module: Rails::VoteableMongoid</title>
7
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '..';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
- <a href="../_index.html">Index (V)</a> &raquo;
27
- <span class='title'><span class='object_link'><a href="../Rails.html" title="Rails (module)">Rails</a></span></span>
28
- &raquo;
29
- <span class="title">VoteableMongoid</span>
30
-
31
-
32
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
- </div>
34
-
35
- <div id="search">
36
- <a id="class_list_link" href="#">Class List</a>
37
- <a id="method_list_link" href="#">Method List</a>
38
- <a id ="file_list_link" href="#">File List</a>
39
- </div>
40
-
41
- <div class="clear"></div>
42
- </div>
43
-
44
- <iframe id="search_frame"></iframe>
45
-
46
- <div id="content"><h1>Module: Rails::VoteableMongoid
47
-
48
-
49
-
50
- </h1>
51
-
52
- <dl class="box">
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
- <dt class="r1 last">Defined in:</dt>
62
- <dd class="r1 last">lib/voteable_mongoid/railtie.rb</dd>
63
-
64
- </dl>
65
- <div class="clear"></div>
66
-
67
- <h2>Overview</h2><div class="docstring">
68
- <div class="discussion">
69
-
70
- <p>:nodoc:</p>
71
-
72
-
73
- </div>
74
- </div>
75
- <div class="tags">
76
-
77
- </div><h2>Defined Under Namespace</h2>
78
- <p class="children">
79
-
80
-
81
-
82
-
83
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="VoteableMongoid/Railtie.html" title="Rails::VoteableMongoid::Railtie (class)">Railtie</a></span>
84
-
85
-
86
- </p>
87
-
88
-
89
-
90
-
91
-
92
- </div>
93
-
94
- <div id="footer">
95
- Generated on Wed Mar 30 22:06:27 2011 by
96
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
97
- 0.6.5 (ruby-1.8.7).
98
- </div>
99
-
100
- </body>
101
- </html>
data/doc/Rails.html DELETED
@@ -1,101 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Module: Rails</title>
7
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
- <a href="_index.html">Index (R)</a> &raquo;
27
-
28
-
29
- <span class="title">Rails</span>
30
-
31
-
32
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
- </div>
34
-
35
- <div id="search">
36
- <a id="class_list_link" href="#">Class List</a>
37
- <a id="method_list_link" href="#">Method List</a>
38
- <a id ="file_list_link" href="#">File List</a>
39
- </div>
40
-
41
- <div class="clear"></div>
42
- </div>
43
-
44
- <iframe id="search_frame"></iframe>
45
-
46
- <div id="content"><h1>Module: Rails
47
-
48
-
49
-
50
- </h1>
51
-
52
- <dl class="box">
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
- <dt class="r1 last">Defined in:</dt>
62
- <dd class="r1 last">lib/voteable_mongoid/railtie.rb</dd>
63
-
64
- </dl>
65
- <div class="clear"></div>
66
-
67
- <h2>Overview</h2><div class="docstring">
68
- <div class="discussion">
69
-
70
- <p>:nodoc:</p>
71
-
72
-
73
- </div>
74
- </div>
75
- <div class="tags">
76
-
77
- </div><h2>Defined Under Namespace</h2>
78
- <p class="children">
79
-
80
-
81
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="Rails/VoteableMongoid.html" title="Rails::VoteableMongoid (module)">VoteableMongoid</a></span>
82
-
83
-
84
-
85
-
86
- </p>
87
-
88
-
89
-
90
-
91
-
92
- </div>
93
-
94
- <div id="footer">
95
- Generated on Wed Mar 30 22:06:28 2011 by
96
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
97
- 0.6.5 (ruby-1.8.7).
98
- </div>
99
-
100
- </body>
101
- </html>
@@ -1,94 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Module: VoteableMongoid</title>
7
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
- <a href="_index.html">Index (V)</a> &raquo;
27
-
28
-
29
- <span class="title">VoteableMongoid</span>
30
-
31
-
32
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
33
- </div>
34
-
35
- <div id="search">
36
- <a id="class_list_link" href="#">Class List</a>
37
- <a id="method_list_link" href="#">Method List</a>
38
- <a id ="file_list_link" href="#">File List</a>
39
- </div>
40
-
41
- <div class="clear"></div>
42
- </div>
43
-
44
- <iframe id="search_frame"></iframe>
45
-
46
- <div id="content"><h1>Module: VoteableMongoid
47
-
48
-
49
-
50
- </h1>
51
-
52
- <dl class="box">
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
- <dt class="r1 last">Defined in:</dt>
62
- <dd class="r1 last">lib/voteable_mongoid/version.rb</dd>
63
-
64
- </dl>
65
- <div class="clear"></div>
66
-
67
-
68
- <h2>Constant Summary</h2>
69
-
70
- <dl class="constants">
71
-
72
- <dt id="VERSION-constant" class="">VERSION =
73
-
74
- </dt>
75
- <dd><pre class="code"><span class='string val'>'0.4.5'</span>
76
- </pre></dd>
77
-
78
- </dl>
79
-
80
-
81
-
82
-
83
-
84
-
85
- </div>
86
-
87
- <div id="footer">
88
- Generated on Wed Mar 30 22:06:27 2011 by
89
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
90
- 0.6.5 (ruby-1.8.7).
91
- </div>
92
-
93
- </body>
94
- </html>
data/doc/_index.html DELETED
@@ -1,164 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
- <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- <title>Documentation by YARD 0.6.5</title>
7
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
-
10
- <script type="text/javascript" charset="utf-8">
11
- relpath = '';
12
- if (relpath != '') relpath += '/';
13
- </script>
14
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
16
-
17
- </head>
18
- <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
- <div id="header">
24
- <div id="menu">
25
-
26
-
27
- <span class="title"></span>
28
-
29
-
30
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
31
- </div>
32
-
33
- <div id="search">
34
- <a id="class_list_link" href="#">Class List</a>
35
- <a id="method_list_link" href="#">Method List</a>
36
- <a id ="file_list_link" href="#">File List</a>
37
- </div>
38
-
39
- <div class="clear"></div>
40
- </div>
41
-
42
- <iframe id="search_frame"></iframe>
43
-
44
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.6.5</h1>
45
- <div id="listing">
46
- <h1 class="alphaindex">Alphabetic Index</h1>
47
-
48
- <h2>File Listing</h2>
49
- <ul id="files">
50
-
51
-
52
- <li class="r1"><a href="index.html" title="README">README</a></li>
53
-
54
-
55
- </ul>
56
-
57
- <div class="clear"></div>
58
- <h2>Namespace Listing A-Z</h2>
59
-
60
-
61
-
62
-
63
- <table>
64
- <tr>
65
- <td valign='top' width="33%">
66
-
67
-
68
- <ul id="alpha_M" class="alpha">
69
- <li class="letter">M</li>
70
- <ul>
71
-
72
- <li>
73
- <span class='object_link'><a href="Mongoid.html" title="Mongoid (module)">Mongoid</a></span>
74
-
75
- </li>
76
-
77
- </ul>
78
- </ul>
79
-
80
-
81
- <ul id="alpha_R" class="alpha">
82
- <li class="letter">R</li>
83
- <ul>
84
-
85
- <li>
86
- <span class='object_link'><a href="Rails.html" title="Rails (module)">Rails</a></span>
87
-
88
- </li>
89
-
90
- <li>
91
- <span class='object_link'><a href="Rails/VoteableMongoid/Railtie.html" title="Rails::VoteableMongoid::Railtie (class)">Railtie</a></span>
92
-
93
- <small>(Rails::VoteableMongoid)</small>
94
-
95
- </li>
96
-
97
- </ul>
98
- </ul>
99
-
100
-
101
- <ul id="alpha_S" class="alpha">
102
- <li class="letter">S</li>
103
- <ul>
104
-
105
- <li>
106
- <span class='object_link'><a href="Mongoid/Voteable/Stats.html" title="Mongoid::Voteable::Stats (module)">Stats</a></span>
107
-
108
- <small>(Mongoid::Voteable)</small>
109
-
110
- </li>
111
-
112
- </ul>
113
- </ul>
114
-
115
-
116
- <ul id="alpha_V" class="alpha">
117
- <li class="letter">V</li>
118
- <ul>
119
-
120
- <li>
121
- <span class='object_link'><a href="Mongoid/Voteable.html" title="Mongoid::Voteable (module)">Voteable</a></span>
122
-
123
- <small>(Mongoid)</small>
124
-
125
- </li>
126
-
127
- <li>
128
- <span class='object_link'><a href="Rails/VoteableMongoid.html" title="Rails::VoteableMongoid (module)">VoteableMongoid</a></span>
129
-
130
- <small>(Rails)</small>
131
-
132
- </li>
133
-
134
- <li>
135
- <span class='object_link'><a href="VoteableMongoid.html" title="VoteableMongoid (module)">VoteableMongoid</a></span>
136
-
137
- </li>
138
-
139
- <li>
140
- <span class='object_link'><a href="Mongoid/Voter.html" title="Mongoid::Voter (module)">Voter</a></span>
141
-
142
- <small>(Mongoid)</small>
143
-
144
- </li>
145
-
146
- </ul>
147
- </ul>
148
-
149
- </td>
150
- </tr>
151
- </table>
152
-
153
- </div>
154
-
155
- </div>
156
-
157
- <div id="footer">
158
- Generated on Wed Mar 30 22:06:27 2011 by
159
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
160
- 0.6.5 (ruby-1.8.7).
161
- </div>
162
-
163
- </body>
164
- </html>