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.
Files changed (75) hide show
  1. data/.document +5 -0
  2. data/Gemfile +18 -0
  3. data/LICENSE.txt +20 -0
  4. data/README.rdoc +19 -0
  5. data/Rakefile +45 -0
  6. data/VERSION +1 -0
  7. data/app/controllers/lolita/reports_controller.rb +18 -0
  8. data/app/views/components/lolita/configuration/report/_display.html.erb +1 -0
  9. data/app/views/lolita/reports/show.html.erb +9 -0
  10. data/author +1 -0
  11. data/doc/ActiveSupport.html +167 -0
  12. data/doc/ActiveSupport/TestCase.html +168 -0
  13. data/doc/Comment.html +184 -0
  14. data/doc/Gemfile.html +157 -0
  15. data/doc/LICENSE.html +111 -0
  16. data/doc/Lolita.html +184 -0
  17. data/doc/Lolita/Configuration.html +178 -0
  18. data/doc/Lolita/Configuration/Report.html +837 -0
  19. data/doc/Lolita/Configuration/Reports.html +413 -0
  20. data/doc/LolitaReport.html +194 -0
  21. data/doc/LolitaReport/Configuration.html +250 -0
  22. data/doc/Post.html +183 -0
  23. data/doc/Rakefile.html +124 -0
  24. data/doc/author.html +111 -0
  25. data/doc/created.rid +15 -0
  26. data/doc/images/brick.png +0 -0
  27. data/doc/images/brick_link.png +0 -0
  28. data/doc/images/bug.png +0 -0
  29. data/doc/images/bullet_black.png +0 -0
  30. data/doc/images/bullet_toggle_minus.png +0 -0
  31. data/doc/images/bullet_toggle_plus.png +0 -0
  32. data/doc/images/date.png +0 -0
  33. data/doc/images/find.png +0 -0
  34. data/doc/images/loadingAnimation.gif +0 -0
  35. data/doc/images/macFFBgHack.png +0 -0
  36. data/doc/images/package.png +0 -0
  37. data/doc/images/page_green.png +0 -0
  38. data/doc/images/page_white_text.png +0 -0
  39. data/doc/images/page_white_width.png +0 -0
  40. data/doc/images/plugin.png +0 -0
  41. data/doc/images/ruby.png +0 -0
  42. data/doc/images/tag_green.png +0 -0
  43. data/doc/images/wrench.png +0 -0
  44. data/doc/images/wrench_orange.png +0 -0
  45. data/doc/images/zoom.png +0 -0
  46. data/doc/index.html +126 -0
  47. data/doc/js/darkfish.js +116 -0
  48. data/doc/js/jquery.js +32 -0
  49. data/doc/js/quicksearch.js +114 -0
  50. data/doc/js/thickbox-compressed.js +10 -0
  51. data/doc/lib/lolita-report/configuration/base_rb.html +61 -0
  52. data/doc/lib/lolita-report/configuration/report_rb.html +57 -0
  53. data/doc/lib/lolita-report/configuration/reports_rb.html +55 -0
  54. data/doc/lib/lolita-report/version_rb.html +52 -0
  55. data/doc/lib/lolita-report_rb.html +58 -0
  56. data/doc/rdoc.css +706 -0
  57. data/doc/spec/configuration/report_spec_rb.html +56 -0
  58. data/doc/spec/configuration/reports_spec_rb.html +56 -0
  59. data/doc/spec/factories/factories_rb.html +52 -0
  60. data/doc/spec/orm/mongoid_rb.html +56 -0
  61. data/doc/spec/spec_helper_rb.html +58 -0
  62. data/lib/lolita-report.rb +33 -0
  63. data/lib/lolita-report/configuration/base.rb +22 -0
  64. data/lib/lolita-report/configuration/report.rb +147 -0
  65. data/lib/lolita-report/configuration/reports.rb +42 -0
  66. data/lib/lolita-report/module.rb +1 -0
  67. data/lib/lolita-report/rails.rb +6 -0
  68. data/lib/lolita-report/routes.rb +15 -0
  69. data/lolita-report.gemspec +150 -0
  70. data/spec/configuration/report_spec.rb +87 -0
  71. data/spec/configuration/reports_spec.rb +40 -0
  72. data/spec/factories/factories.rb +7 -0
  73. data/spec/orm/mongoid.rb +27 -0
  74. data/spec/spec_helper.rb +38 -0
  75. 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&amp;height=550&amp;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 &#8216;<a href="http://rubygems.org">rubygems.org</a>&#8217;
100
+ </p>
101
+ <p>
102
+ gem &#8216;rails&#8217;, &#8216;3.0.1&#8217;
103
  gem &#8220;mongoid&#8221;,
104
+ &#8217;~>2.0.0.beta&#8217;
1
105
  gem &#8216;devise&#8217;, &#8216;1.1.3&#8217;
106
+ gem &#8220;cancan&#8221;
2
107
  gem &#8220;rubyzip&#8221;
3
108
  gem
109
+ &#8220;will_paginate&#8220;,&#8220;3.0.pre&#8220;
4
110
  gem
111
+ &#8220;bson_ext&#8220;, &#8220;>=1.0.9&#8220;
5
112
  # &#8220;bson&#8221;,
113
+ &#8220;~>1.1.1&#8220;
6
114
  gem &#8216;acts-as-taggable-on&#8217;
7
115
  gem
116
+ &#8216;carrierwave&#8217;, :git =>
117
+ &#8216;git://github.com/jnicklas/carrierwave.git&#8217;, :branch =>
118
+ &#8216;master&#8217;
8
119
  # &#8216;carrierwave&#8217;, &#8216;0.4.10#failu
120
+ upload
9
121
  gem &#8216;ruby-debug19&#8217;
10
122
  gem &#8220;autotest&#8221;
11
123
  gem
124
+ &#8220;factory_girl_rails&#8220;# rails 3
125
+ </p>
126
+ <p>
127
+ gem &#8220;abstract&#8221;
128
+ </p>
129
+ <p>
130
+ group :test, :development do
131
+ </p>
132
+ <pre>
133
+ gem &quot;rspec-rails&quot;, &quot;~&gt; 2.1.0&quot;
134
+ gem &quot;capybara&quot;
135
+ gem 'steak', '&gt;= 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 &#8216;unicorn&#8217;
143
+ </p>
144
+ <p>
145
+ # Deploy with Capistrano
13
146
  # gem &#8216;capistrano&#8217;
147
+ </p>
148
+ <p>
149
+ # To use debugger
14
150
  # gem &#8216;ruby-debug&#8217;
151
+ </p>
152
+ <p>
153
+ # Bundle the extra gems:
15
154
  # gem &#8216;bj&#8217;
16
155
  # gem
156
+ &#8216;nokogiri&#8217;, &#8216;1.4.1&#8217;
17
157
  # gem
158
+ &#8216;sqlite3-ruby&#8217;, :require => &#8216;sqlite3&#8217;
18
159
  # gem
160
+ &#8216;aws-s3&#8217;, :require => &#8216;aws/s3&#8217;
161
+ </p>
162
+ <p>
163
+ # Bundle gems for certain environments:
19
164
  # gem &#8216;rspec&#8217;, :group
165
+ => :test
20
166
  # group :test do
21
167
  # gem &#8216;webrat&#8217;
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
+