lolita-report 0.0.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/.document +5 -0
- data/Gemfile +18 -0
- data/LICENSE.txt +20 -0
- data/README.rdoc +19 -0
- data/Rakefile +45 -0
- data/VERSION +1 -0
- data/app/controllers/lolita/reports_controller.rb +18 -0
- data/app/views/components/lolita/configuration/report/_display.html.erb +1 -0
- data/app/views/lolita/reports/show.html.erb +9 -0
- data/author +1 -0
- data/doc/ActiveSupport.html +167 -0
- data/doc/ActiveSupport/TestCase.html +168 -0
- data/doc/Comment.html +184 -0
- data/doc/Gemfile.html +157 -0
- data/doc/LICENSE.html +111 -0
- data/doc/Lolita.html +184 -0
- data/doc/Lolita/Configuration.html +178 -0
- data/doc/Lolita/Configuration/Report.html +837 -0
- data/doc/Lolita/Configuration/Reports.html +413 -0
- data/doc/LolitaReport.html +194 -0
- data/doc/LolitaReport/Configuration.html +250 -0
- data/doc/Post.html +183 -0
- data/doc/Rakefile.html +124 -0
- data/doc/author.html +111 -0
- data/doc/created.rid +15 -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/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_green.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 +126 -0
- data/doc/js/darkfish.js +116 -0
- data/doc/js/jquery.js +32 -0
- data/doc/js/quicksearch.js +114 -0
- data/doc/js/thickbox-compressed.js +10 -0
- data/doc/lib/lolita-report/configuration/base_rb.html +61 -0
- data/doc/lib/lolita-report/configuration/report_rb.html +57 -0
- data/doc/lib/lolita-report/configuration/reports_rb.html +55 -0
- data/doc/lib/lolita-report/version_rb.html +52 -0
- data/doc/lib/lolita-report_rb.html +58 -0
- data/doc/rdoc.css +706 -0
- data/doc/spec/configuration/report_spec_rb.html +56 -0
- data/doc/spec/configuration/reports_spec_rb.html +56 -0
- data/doc/spec/factories/factories_rb.html +52 -0
- data/doc/spec/orm/mongoid_rb.html +56 -0
- data/doc/spec/spec_helper_rb.html +58 -0
- data/lib/lolita-report.rb +33 -0
- data/lib/lolita-report/configuration/base.rb +22 -0
- data/lib/lolita-report/configuration/report.rb +147 -0
- data/lib/lolita-report/configuration/reports.rb +42 -0
- data/lib/lolita-report/module.rb +1 -0
- data/lib/lolita-report/rails.rb +6 -0
- data/lib/lolita-report/routes.rb +15 -0
- data/lolita-report.gemspec +150 -0
- data/spec/configuration/report_spec.rb +87 -0
- data/spec/configuration/reports_spec.rb +40 -0
- data/spec/factories/factories.rb +7 -0
- data/spec/orm/mongoid.rb +27 -0
- data/spec/spec_helper.rb +38 -0
- metadata +259 -0
data/doc/Comment.html
ADDED
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
7
|
+
|
|
8
|
+
<title>Class: Comment</title>
|
|
9
|
+
|
|
10
|
+
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
|
|
11
|
+
|
|
12
|
+
<script src="./js/jquery.js" type="text/javascript"
|
|
13
|
+
charset="utf-8"></script>
|
|
14
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
|
15
|
+
charset="utf-8"></script>
|
|
16
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
|
17
|
+
charset="utf-8"></script>
|
|
18
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
|
19
|
+
charset="utf-8"></script>
|
|
20
|
+
|
|
21
|
+
</head>
|
|
22
|
+
<body class="class">
|
|
23
|
+
|
|
24
|
+
<div id="metadata">
|
|
25
|
+
<div id="home-metadata">
|
|
26
|
+
<div id="home-section" class="section">
|
|
27
|
+
<h3 class="section-header">
|
|
28
|
+
<a href="./index.html">Home</a>
|
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
|
31
|
+
</h3>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="file-metadata">
|
|
36
|
+
<div id="file-list-section" class="section">
|
|
37
|
+
<h3 class="section-header">In Files</h3>
|
|
38
|
+
<div class="section-body">
|
|
39
|
+
<ul>
|
|
40
|
+
|
|
41
|
+
<li><a href="./spec/orm/mongoid_rb.html?TB_iframe=true&height=550&width=785"
|
|
42
|
+
class="thickbox" title="spec/orm/mongoid.rb">spec/orm/mongoid.rb</a></li>
|
|
43
|
+
|
|
44
|
+
</ul>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
<div id="class-metadata">
|
|
52
|
+
|
|
53
|
+
<!-- Parent Class -->
|
|
54
|
+
|
|
55
|
+
<div id="parent-class-section" class="section">
|
|
56
|
+
<h3 class="section-header">Parent</h3>
|
|
57
|
+
|
|
58
|
+
<p class="link">Object</p>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<!-- Namespace Contents -->
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
<!-- Method Quickref -->
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
<!-- Included Modules -->
|
|
70
|
+
|
|
71
|
+
<div id="includes-section" class="section">
|
|
72
|
+
<h3 class="section-header">Included Modules</h3>
|
|
73
|
+
<ul class="link-list">
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
<li><span class="include">Mongoid::Document</span></li>
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
</ul>
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<div id="project-metadata">
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<div id="fileindex-section" class="section project-section">
|
|
88
|
+
<h3 class="section-header">Files</h3>
|
|
89
|
+
<ul>
|
|
90
|
+
|
|
91
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
|
92
|
+
|
|
93
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
|
94
|
+
|
|
95
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
|
96
|
+
|
|
97
|
+
<li class="file"><a href="./author.html">author</a></li>
|
|
98
|
+
|
|
99
|
+
</ul>
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
<div id="classindex-section" class="section project-section">
|
|
104
|
+
<h3 class="section-header">Class Index
|
|
105
|
+
<span class="search-toggle"><img src="./images/find.png"
|
|
106
|
+
height="16" width="16" alt="[+]"
|
|
107
|
+
title="show/hide quicksearch" /></span></h3>
|
|
108
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
109
|
+
<fieldset>
|
|
110
|
+
<legend>Quicksearch</legend>
|
|
111
|
+
<input type="text" name="quicksearch" value=""
|
|
112
|
+
class="quicksearch-field" />
|
|
113
|
+
</fieldset>
|
|
114
|
+
</form>
|
|
115
|
+
|
|
116
|
+
<ul class="link-list">
|
|
117
|
+
|
|
118
|
+
<li><a href="./Lolita.html">Lolita</a></li>
|
|
119
|
+
|
|
120
|
+
<li><a href="./Lolita/Configuration.html">Lolita::Configuration</a></li>
|
|
121
|
+
|
|
122
|
+
<li><a href="./Lolita/Configuration/Report.html">Lolita::Configuration::Report</a></li>
|
|
123
|
+
|
|
124
|
+
<li><a href="./Lolita/Configuration/Reports.html">Lolita::Configuration::Reports</a></li>
|
|
125
|
+
|
|
126
|
+
<li><a href="./ActiveSupport.html">ActiveSupport</a></li>
|
|
127
|
+
|
|
128
|
+
<li><a href="./ActiveSupport/TestCase.html">ActiveSupport::TestCase</a></li>
|
|
129
|
+
|
|
130
|
+
<li><a href="./LolitaReport.html">LolitaReport</a></li>
|
|
131
|
+
|
|
132
|
+
<li><a href="./LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
|
|
133
|
+
|
|
134
|
+
<li><a href="./Comment.html">Comment</a></li>
|
|
135
|
+
|
|
136
|
+
<li><a href="./Post.html">Post</a></li>
|
|
137
|
+
|
|
138
|
+
</ul>
|
|
139
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
140
|
+
</div>
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
|
|
146
|
+
<div id="documentation">
|
|
147
|
+
<h1 class="class">Comment</h1>
|
|
148
|
+
|
|
149
|
+
<div id="description">
|
|
150
|
+
<p>
|
|
151
|
+
Class <a href="Comment.html">Comment</a> is necessary for testin
|
|
152
|
+
Lolita-report gem. Class <a href="Comment.html">Comment</a> is using Mongo
|
|
153
|
+
DB
|
|
154
|
+
</p>
|
|
155
|
+
|
|
156
|
+
</div>
|
|
157
|
+
|
|
158
|
+
<!-- Constants -->
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
<!-- Attributes -->
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
<!-- Methods -->
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
<div id="rdoc-debugging-section-dump" class="debugging-section">
|
|
171
|
+
|
|
172
|
+
<p>Disabled; run with --debug to generate this.</p>
|
|
173
|
+
|
|
174
|
+
</div>
|
|
175
|
+
|
|
176
|
+
<div id="validator-badges">
|
|
177
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
178
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
179
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
180
|
+
</div>
|
|
181
|
+
|
|
182
|
+
</body>
|
|
183
|
+
</html>
|
|
184
|
+
|
data/doc/Gemfile.html
ADDED
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
+
|
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
6
|
+
<head>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
8
|
+
|
|
9
|
+
<title>File: Gemfile [RDoc Documentation]</title>
|
|
10
|
+
|
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
|
14
|
+
charset="utf-8"></script>
|
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
|
16
|
+
charset="utf-8"></script>
|
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
|
18
|
+
charset="utf-8"></script>
|
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
|
20
|
+
charset="utf-8"></script>
|
|
21
|
+
</head>
|
|
22
|
+
|
|
23
|
+
<body class="file">
|
|
24
|
+
<div id="metadata">
|
|
25
|
+
<div id="home-metadata">
|
|
26
|
+
<div id="home-section" class="section">
|
|
27
|
+
<h3 class="section-header">
|
|
28
|
+
<a href="./index.html">Home</a>
|
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
|
31
|
+
</h3>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="project-metadata">
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
|
39
|
+
<h3 class="section-header">Files</h3>
|
|
40
|
+
<ul>
|
|
41
|
+
|
|
42
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
|
43
|
+
|
|
44
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
|
45
|
+
|
|
46
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
|
47
|
+
|
|
48
|
+
<li class="file"><a href="./author.html">author</a></li>
|
|
49
|
+
|
|
50
|
+
</ul>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
<div id="classindex-section" class="section project-section">
|
|
55
|
+
<h3 class="section-header">Class Index
|
|
56
|
+
<span class="search-toggle"><img src="./images/find.png"
|
|
57
|
+
height="16" width="16" alt="[+]"
|
|
58
|
+
title="show/hide quicksearch" /></span></h3>
|
|
59
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
60
|
+
<fieldset>
|
|
61
|
+
<legend>Quicksearch</legend>
|
|
62
|
+
<input type="text" name="quicksearch" value=""
|
|
63
|
+
class="quicksearch-field" />
|
|
64
|
+
</fieldset>
|
|
65
|
+
</form>
|
|
66
|
+
|
|
67
|
+
<ul class="link-list">
|
|
68
|
+
|
|
69
|
+
<li><a href="./Lolita.html">Lolita</a></li>
|
|
70
|
+
|
|
71
|
+
<li><a href="./Lolita/Configuration.html">Lolita::Configuration</a></li>
|
|
72
|
+
|
|
73
|
+
<li><a href="./Lolita/Configuration/Report.html">Lolita::Configuration::Report</a></li>
|
|
74
|
+
|
|
75
|
+
<li><a href="./Lolita/Configuration/Reports.html">Lolita::Configuration::Reports</a></li>
|
|
76
|
+
|
|
77
|
+
<li><a href="./ActiveSupport.html">ActiveSupport</a></li>
|
|
78
|
+
|
|
79
|
+
<li><a href="./ActiveSupport/TestCase.html">ActiveSupport::TestCase</a></li>
|
|
80
|
+
|
|
81
|
+
<li><a href="./LolitaReport.html">LolitaReport</a></li>
|
|
82
|
+
|
|
83
|
+
<li><a href="./LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
|
|
84
|
+
|
|
85
|
+
<li><a href="./Comment.html">Comment</a></li>
|
|
86
|
+
|
|
87
|
+
<li><a href="./Post.html">Post</a></li>
|
|
88
|
+
|
|
89
|
+
</ul>
|
|
90
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div id="documentation">
|
|
98
|
+
<p>
|
|
99
|
+
source ‘<a href="http://rubygems.org">rubygems.org</a>’
|
|
100
|
+
</p>
|
|
101
|
+
<p>
|
|
102
|
+
gem ‘rails’, ‘3.0.1’
|
|
103
|
gem “mongoid”,
|
|
104
|
+
’~>2.0.0.beta’
|
|
1
105
|
gem ‘devise’, ‘1.1.3’
|
|
106
|
+
gem “cancan”
|
|
2
107
|
gem “rubyzip”
|
|
3
108
|
gem
|
|
109
|
+
“will_paginate“,“3.0.pre“
|
|
4
110
|
gem
|
|
111
|
+
“bson_ext“, “>=1.0.9“
|
|
5
112
|
# “bson”,
|
|
113
|
+
“~>1.1.1“
|
|
6
114
|
gem ‘acts-as-taggable-on’
|
|
7
115
|
gem
|
|
116
|
+
‘carrierwave’, :git =>
|
|
117
|
+
‘git://github.com/jnicklas/carrierwave.git’, :branch =>
|
|
118
|
+
‘master’
|
|
8
119
|
# ‘carrierwave’, ‘0.4.10#failu
|
|
120
|
+
upload
|
|
9
121
|
gem ‘ruby-debug19’
|
|
10
122
|
gem “autotest”
|
|
11
123
|
gem
|
|
124
|
+
“factory_girl_rails“# rails 3
|
|
125
|
+
</p>
|
|
126
|
+
<p>
|
|
127
|
+
gem “abstract”
|
|
128
|
+
</p>
|
|
129
|
+
<p>
|
|
130
|
+
group :test, :development do
|
|
131
|
+
</p>
|
|
132
|
+
<pre>
|
|
133
|
+
gem "rspec-rails", "~> 2.1.0"
|
|
134
|
+
gem "capybara"
|
|
135
|
+
gem 'steak', '>= 1.0.0.rc.1'
|
|
136
|
+
</pre>
|
|
137
|
+
<p>
|
|
138
|
+
end
|
|
139
|
+
</p>
|
|
140
|
+
<p>
|
|
141
|
+
# Use unicorn as the web server
|
|
12
142
|
# gem ‘unicorn’
|
|
143
|
+
</p>
|
|
144
|
+
<p>
|
|
145
|
+
# Deploy with Capistrano
|
|
13
146
|
# gem ‘capistrano’
|
|
147
|
+
</p>
|
|
148
|
+
<p>
|
|
149
|
+
# To use debugger
|
|
14
150
|
# gem ‘ruby-debug’
|
|
151
|
+
</p>
|
|
152
|
+
<p>
|
|
153
|
+
# Bundle the extra gems:
|
|
15
154
|
# gem ‘bj’
|
|
16
155
|
# gem
|
|
156
|
+
‘nokogiri’, ‘1.4.1’
|
|
17
157
|
# gem
|
|
158
|
+
‘sqlite3-ruby’, :require => ‘sqlite3’
|
|
18
159
|
# gem
|
|
160
|
+
‘aws-s3’, :require => ‘aws/s3’
|
|
161
|
+
</p>
|
|
162
|
+
<p>
|
|
163
|
+
# Bundle gems for certain environments:
|
|
19
164
|
# gem ‘rspec’, :group
|
|
165
|
+
=> :test
|
|
20
166
|
# group :test do
|
|
21
167
|
# gem ‘webrat’
|
|
22
168
|
# end
|
|
169
|
+
</p>
|
|
170
|
+
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
<div id="validator-badges">
|
|
174
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
175
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
176
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
177
|
+
</div>
|
|
178
|
+
</body>
|
|
179
|
+
</html>
|
|
180
|
+
|
data/doc/LICENSE.html
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
4
|
+
|
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
6
|
+
<head>
|
|
7
|
+
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
8
|
+
|
|
9
|
+
<title>File: LICENSE [RDoc Documentation]</title>
|
|
10
|
+
|
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
|
12
|
+
|
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
|
14
|
+
charset="utf-8"></script>
|
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
|
16
|
+
charset="utf-8"></script>
|
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
|
18
|
+
charset="utf-8"></script>
|
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
|
20
|
+
charset="utf-8"></script>
|
|
21
|
+
</head>
|
|
22
|
+
|
|
23
|
+
<body class="file">
|
|
24
|
+
<div id="metadata">
|
|
25
|
+
<div id="home-metadata">
|
|
26
|
+
<div id="home-section" class="section">
|
|
27
|
+
<h3 class="section-header">
|
|
28
|
+
<a href="./index.html">Home</a>
|
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
|
31
|
+
</h3>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
<div id="project-metadata">
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
|
39
|
+
<h3 class="section-header">Files</h3>
|
|
40
|
+
<ul>
|
|
41
|
+
|
|
42
|
+
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
|
43
|
+
|
|
44
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
|
45
|
+
|
|
46
|
+
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
|
47
|
+
|
|
48
|
+
<li class="file"><a href="./author.html">author</a></li>
|
|
49
|
+
|
|
50
|
+
</ul>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
<div id="classindex-section" class="section project-section">
|
|
55
|
+
<h3 class="section-header">Class Index
|
|
56
|
+
<span class="search-toggle"><img src="./images/find.png"
|
|
57
|
+
height="16" width="16" alt="[+]"
|
|
58
|
+
title="show/hide quicksearch" /></span></h3>
|
|
59
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
|
60
|
+
<fieldset>
|
|
61
|
+
<legend>Quicksearch</legend>
|
|
62
|
+
<input type="text" name="quicksearch" value=""
|
|
63
|
+
class="quicksearch-field" />
|
|
64
|
+
</fieldset>
|
|
65
|
+
</form>
|
|
66
|
+
|
|
67
|
+
<ul class="link-list">
|
|
68
|
+
|
|
69
|
+
<li><a href="./Lolita.html">Lolita</a></li>
|
|
70
|
+
|
|
71
|
+
<li><a href="./Lolita/Configuration.html">Lolita::Configuration</a></li>
|
|
72
|
+
|
|
73
|
+
<li><a href="./Lolita/Configuration/Report.html">Lolita::Configuration::Report</a></li>
|
|
74
|
+
|
|
75
|
+
<li><a href="./Lolita/Configuration/Reports.html">Lolita::Configuration::Reports</a></li>
|
|
76
|
+
|
|
77
|
+
<li><a href="./ActiveSupport.html">ActiveSupport</a></li>
|
|
78
|
+
|
|
79
|
+
<li><a href="./ActiveSupport/TestCase.html">ActiveSupport::TestCase</a></li>
|
|
80
|
+
|
|
81
|
+
<li><a href="./LolitaReport.html">LolitaReport</a></li>
|
|
82
|
+
|
|
83
|
+
<li><a href="./LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
|
|
84
|
+
|
|
85
|
+
<li><a href="./Comment.html">Comment</a></li>
|
|
86
|
+
|
|
87
|
+
<li><a href="./Post.html">Post</a></li>
|
|
88
|
+
|
|
89
|
+
</ul>
|
|
90
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
|
|
97
|
+
<div id="documentation">
|
|
98
|
+
<p>
|
|
99
|
+
This software is developed by IT House (Latvia)
|
|
100
|
+
</p>
|
|
101
|
+
|
|
102
|
+
</div>
|
|
103
|
+
|
|
104
|
+
<div id="validator-badges">
|
|
105
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
106
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
|
107
|
+
Rdoc Generator</a> 1.1.6</small>.</p>
|
|
108
|
+
</div>
|
|
109
|
+
</body>
|
|
110
|
+
</html>
|
|
111
|
+
|